diff --git a/apps/argocd.yaml b/apps/argocd.yaml index f0eee58..c3e5602 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -10,7 +10,8 @@ spec: targetRevision: main path: helm/argocd helm: - valueFiles: [] + valueFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: argocd diff --git a/helm/argocd/Chart.lock b/helm/argocd/Chart.lock new file mode 100644 index 0000000..fbda006 --- /dev/null +++ b/helm/argocd/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: argo-cd + repository: https://argoproj.github.io/argo-helm + version: 10.0.0 +digest: sha256:953f893c971b596a4864a4ff72a5869db2a01112c100b4ead8c4851762f8ead7 +generated: "2026-06-26T23:26:09.921580428+02:00" diff --git a/helm/argocd/charts/argo-cd-10.0.0.tgz b/helm/argocd/charts/argo-cd-10.0.0.tgz new file mode 100644 index 0000000..a81341c Binary files /dev/null and b/helm/argocd/charts/argo-cd-10.0.0.tgz differ