add values file to argocd

This commit is contained in:
Linus Vogel 2026-06-27 10:44:52 +02:00
parent b92e98abb7
commit 66c07a5418
3 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,8 @@ spec:
targetRevision: main
path: helm/argocd
helm:
valueFiles: []
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: argocd

6
helm/argocd/Chart.lock Normal file
View File

@ -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"

Binary file not shown.