From 8f3e04f179fd4d1b2992a3b39c2a9cc938079d02 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Thu, 23 Jul 2026 19:31:54 +0900 Subject: [PATCH] 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 --- argocd/apps/sealed-secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/sealed-secrets.yaml b/argocd/apps/sealed-secrets.yaml index 18f3abd..c43c1f3 100644 --- a/argocd/apps/sealed-secrets.yaml +++ b/argocd/apps/sealed-secrets.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: https://bitnami-labs.github.io/sealed-secrets + - repoURL: https://bitnami.github.io/sealed-secrets chart: sealed-secrets targetRevision: 2.18.4 helm: