Skip to content

Commit ef6382d

Browse files
authored
feat(base-cluster/cert-manager): use oci repository (#1650)
See <https://cert-manager.io/docs/installation/helm/#installing-from-the-oci-registry> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the repository URL for the "jetstack" chart to use an OCI registry. * Updated the "cert-manager" chart version to "v1.17.2". <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d52b502 commit ef6382d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/base-cluster/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ global:
138138
descheduler 0.27.x: 0.29.0
139139
condition: "{{ .Values.descheduler.enabled }}"
140140
jetstack:
141-
url: https://charts.jetstack.io
141+
url: oci://quay.io/jetstack/charts
142142
charts:
143-
cert-manager: 1.17.2
143+
cert-manager: v1.17.2
144144
nginx:
145145
url: https://kubernetes.github.io/ingress-nginx
146146
charts:

0 commit comments

Comments
 (0)