906a8cda2c
bitnami-labs GitHub Pages repo (bitnami-labs.github.io/sealed-secrets) returns 404 — chart moved to charts.bitnami.com/bitnami. Updates chart version from 2.16.1 to 2.5.19 (controller 0.27.1 → 0.31.0). Controller is backward-compatible with existing sealed secrets. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
686 B
YAML
Executable File
28 lines
686 B
YAML
Executable File
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: sealed-secrets
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
namespace: kube-system
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: https://charts.bitnami.com/bitnami
|
|
chart: sealed-secrets
|
|
targetRevision: 2.5.19
|
|
helm:
|
|
valueFiles:
|
|
- $values/sealed-secrets/eu-central-1/values.yaml
|
|
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
|
|
path: ./sealed-secrets/eu-central-1
|
|
ref: values
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|