Skip to content

Commit

Permalink
feat: (PSKD-792) Update default version of cert-manager to 1.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <David.Houck@sas.com>
  • Loading branch information
dhoucgitter committed Dec 10, 2024
1 parent 6e44dbb commit 8287581
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ CERT_MANAGER_NAME: cert-manager
CERT_MANAGER_NAMESPACE: cert-manager
CERT_MANAGER_CHART_NAME: cert-manager
CERT_MANAGER_CHART_URL: https://charts.jetstack.io/
CERT_MANAGER_CHART_VERSION: 1.14.4
CERT_MANAGER_CHART_VERSION: 1.16.2
CERT_MANAGER_CONFIG:
installCRDs: "true"
crds:
enabled: true
extraArgs:
- --enable-certificate-owner-ref=true

Expand Down

0 comments on commit 8287581

Please sign in to comment.