homelab/argocd/apps/sealed-secrets.yaml
Nik Afiq 8f3e04f179
Some checks failed
validate / lint (push) Failing after 1s
fix: sealed-secrets chart repo moved to bitnami.github.io
bitnami-labs.github.io/sealed-secrets returns 404 -- Bitnami migrated the
sealed-secrets Helm repo to the main bitnami org on 2026-06-15
(bitnami/sealed-secrets#1982), and GitHub Pages doesn't redirect the old
Pages URL. Pre-existing external breakage (last successful Argo CD sync was
2026-05-16, before the migration), not something introduced this session --
the sealed-secrets-controller pod itself kept running fine throughout, this
only blocked Argo CD's ability to diff/compare state.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 19:31:54 +09:00

26 lines
641 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-2"
spec:
project: default
sources:
- repoURL: https://bitnami.github.io/sealed-secrets
chart: sealed-secrets
targetRevision: 2.18.4
helm:
valueFiles:
- $values/values/sealed-secrets.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
prune: false
selfHeal: true