From 323dc155630fd19cd7456e7c59ba0ec395408f58 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Fri, 26 Jun 2026 21:38:29 +0200 Subject: [PATCH] is helm now working? --- apps/argocd.yaml | 5 ++++- apps/istio.yaml | 6 +++++- {argocd => helm/argocd}/Chart.yaml | 0 {argocd => helm/argocd}/values.yaml | 0 {istio => helm/istio}/Chart.yaml | 0 helm/istio/values.yaml | 0 6 files changed, 9 insertions(+), 2 deletions(-) rename {argocd => helm/argocd}/Chart.yaml (100%) rename {argocd => helm/argocd}/values.yaml (100%) rename {istio => helm/istio}/Chart.yaml (100%) create mode 100644 helm/istio/values.yaml diff --git a/apps/argocd.yaml b/apps/argocd.yaml index cbf190f..1790397 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -9,9 +9,12 @@ spec: server: https://kubernetes.default.svc project: default source: - path: argocd repoURL: https://gitea.linvogel.ch/linus/gitops.git targetRevision: HEAD + path: helm/argocd + helm: + valueFiles: + - values.yaml syncPolicy: automated: selfHeal: true diff --git a/apps/istio.yaml b/apps/istio.yaml index 7aa35c0..045e194 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -9,9 +9,13 @@ spec: server: https://kubernetes.default.svc project: default source: - path: istio repoURL: https://gitea.linvogel.ch/linus/gitops.git targetRevision: HEAD + path: helm/istio + helm: + valueFiles: + - values.yaml + syncPolicy: automated: selfHeal: true diff --git a/argocd/Chart.yaml b/helm/argocd/Chart.yaml similarity index 100% rename from argocd/Chart.yaml rename to helm/argocd/Chart.yaml diff --git a/argocd/values.yaml b/helm/argocd/values.yaml similarity index 100% rename from argocd/values.yaml rename to helm/argocd/values.yaml diff --git a/istio/Chart.yaml b/helm/istio/Chart.yaml similarity index 100% rename from istio/Chart.yaml rename to helm/istio/Chart.yaml diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml new file mode 100644 index 0000000..e69de29