Skip to content

Commit

Permalink
cert-manager: setting
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Oct 7, 2024
1 parent 12e769f commit 72b6969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ops/Helm/addons/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
appVersion: "1.16.0"
name: cert-manager
version: 0.3.3
version: 0.4.0
kubeVersion: ">= 1.30.0 || >= v1.30.0-0"
keywords:
- cert-manager
Expand Down
2 changes: 1 addition & 1 deletion ops/argocd/infrastructure/cert-manager/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
# secrets+gpg-import-kubernetes://<namespace>/<secret-name>#<key-name>.asc?<relative/path/to/the/encrypted/secrets.yaml>
# secrets+age-import-kubernetes://<namespace>/<secret-name>#<key-name>.txt?<relative/path/to/the/encrypted/secrets.yaml>
# Example Method 2: (Assumptions: namespace=argocd, secret-name=sops-gpg, key-name=app, secret.yaml is in the root folder)
- secrets+gpg-import-kubernetes://argocd/sops-gpg#sops.asc?values.sops.yaml
- secrets+gpg-import-kubernetes://argocd/sops-gpg#sops.asc?secret.sops.yaml
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 72b6969

Please sign in to comment.