Skip to content

Commit

Permalink
feat(helm): bump cert-manager to v1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jun 10, 2024
1 parent b19c2e5 commit 3fb91ca
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argocd/appsets/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- values.yaml
- 'https://raw.githubusercontent.com/isac322/homelab/HEAD/values/cert-manager/{{name}}.yaml'
repoURL: https://charts.jetstack.io
targetRevision: v1.13.1
targetRevision: v1.15.0
syncPolicy:
automated:
prune: true
Expand Down
12 changes: 11 additions & 1 deletion values/cert-manager/backbone.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
installCRDs: true
crds:
# This option decides if the CRDs should be installed
# as part of the Helm installation.
enabled: true

# This option makes it so that the "helm.sh/resource-policy": keep
# annotation is added to the CRD. This will prevent Helm from uninstalling
# the CRD when the Helm release is uninstalled.
# WARNING: when the CRDs are removed, all cert-manager custom resources
# (Certificates, Issuers, ...) will be removed too by the garbage collector.
keep: false

strategy:
type: RollingUpdate
Expand Down
12 changes: 11 additions & 1 deletion values/cert-manager/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
installCRDs: true
crds:
# This option decides if the CRDs should be installed
# as part of the Helm installation.
enabled: true

# This option makes it so that the "helm.sh/resource-policy": keep
# annotation is added to the CRD. This will prevent Helm from uninstalling
# the CRD when the Helm release is uninstalled.
# WARNING: when the CRDs are removed, all cert-manager custom resources
# (Certificates, Issuers, ...) will be removed too by the garbage collector.
keep: false

strategy:
type: RollingUpdate
Expand Down

0 comments on commit 3fb91ca

Please sign in to comment.