From 0f6cf315477ceec4989f1f3b6fd15796acbcfadf Mon Sep 17 00:00:00 2001 From: James Mellors Date: Wed, 9 Apr 2025 21:34:24 +0100 Subject: [PATCH] updating --- argo/controller/sealed-secrets.yaml | 6 +++--- argo/crd/crd.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/argo/controller/sealed-secrets.yaml b/argo/controller/sealed-secrets.yaml index f590ccf..406e24e 100644 --- a/argo/controller/sealed-secrets.yaml +++ b/argo/controller/sealed-secrets.yaml @@ -15,9 +15,9 @@ metadata: spec: project: default # Or your specific Argo CD project source: - repoURL: https://bitnami-labs.github.io/sealed-secrets # Sealed Secrets chart repository + repoURL: https://bitnami-labs.github.io # Sealed Secrets chart repository chart: sealed-secrets - targetRevision: 2.17.2 # Specify the desired chart version (Check for the latest stable version!) + targetRevision: v2.17.2 # Specify the desired chart version (Check for the latest stable version!) helm: # Manage configuration through values here or via a values file values: | @@ -53,7 +53,7 @@ spec: destination: server: https://kubernetes.default.svc # Target namespace for the Sealed Secrets controller deployment itself - namespace: kube-system # Or your dedicated 'sealed-secrets' namespace + namespace: sealed-secrets # Or your dedicated 'sealed-secrets' namespace syncPolicy: automated: # Optional: Enable automatic sync prune: true diff --git a/argo/crd/crd.yaml b/argo/crd/crd.yaml index b9eb4b8..10caa92 100644 --- a/argo/crd/crd.yaml +++ b/argo/crd/crd.yaml @@ -17,7 +17,7 @@ spec: recurse: true # If CRDs are individual files in that directory destination: server: https://kubernetes.default.svc - namespace: kube-system # CRDs are cluster-scoped but often associated with a namespace conceptually + namespace: sealed-secrets # CRDs are cluster-scoped but often associated with a namespace conceptually syncPolicy: automated: prune: true