feat(k8s/argo-apps): update sealed-secrets chart to 2.14.1

This commit is contained in:
cătălin 2024-01-05 16:07:47 +01:00
commit 6b03d333b8
Signed by untrusted user: catalin
GPG key ID: 0178DF42F43E5FD2
4 changed files with 6 additions and 6 deletions

View file

@ -14,4 +14,5 @@ spec:
targetRevision: main targetRevision: main
sources: [] sources: []
project: management project: management
syncPolicy:
automated: { }

View file

@ -24,7 +24,4 @@ spec:
sources: [] sources: []
project: management project: management
syncPolicy: syncPolicy:
automated: automated: { }
prune: false
selfHeal: true

View file

@ -11,7 +11,7 @@ spec:
source: source:
chart: sealed-secrets chart: sealed-secrets
repoURL: https://bitnami-labs.github.io/sealed-secrets repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 2.12.0 targetRevision: 2.14.1
helm: helm:
releaseName: sealed-secrets releaseName: sealed-secrets
valuesObject: valuesObject:

View file

@ -14,3 +14,5 @@ spec:
path: k8s/argo-apps path: k8s/argo-apps
repoURL: https://git.roboces.dev/catalin/fukuops.git repoURL: https://git.roboces.dev/catalin/fukuops.git
targetRevision: main targetRevision: main
syncPolicy:
automated: { }