Skip to content

Commit

Permalink
Updating CertManager version and enabling CertManager CRDs to be inst…
Browse files Browse the repository at this point in the history
…alled - in HelmChartProxy for ClusterAPI

Signed-off-by: Archisman <archisman@obmondo.com>
  • Loading branch information
Archisman committed Aug 20, 2024
1 parent d924b26 commit 31bc6af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion argocd-helm-charts/capi-cluster/templates/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ spec:
chartName: cert-manager
namespace: cert-manager
releaseName: cert-manager
version: v1.14.3
version: v1.15.2
options:
waitForJobs: true
wait: true
timeout: 5m0s
install:
createNamespace: true
valuesTemplate: |
crds:
enabled: true

0 comments on commit 31bc6af

Please sign in to comment.