diff --git a/bootstrap/helmfile.d/01-apps.yaml b/bootstrap/helmfile.d/01-apps.yaml index eede4cc17..f67ce595a 100644 --- a/bootstrap/helmfile.d/01-apps.yaml +++ b/bootstrap/helmfile.d/01-apps.yaml @@ -46,7 +46,7 @@ releases: - name: cert-manager namespace: cert-manager chart: oci://quay.io/jetstack/charts/cert-manager - version: v1.19.1 + version: v1.20.2 values: - ./templates/values.yaml.gotmpl diff --git a/bootstrap/helmfile.yaml b/bootstrap/helmfile.yaml index 6e633606a..adbcbb6e6 100644 --- a/bootstrap/helmfile.yaml +++ b/bootstrap/helmfile.yaml @@ -49,7 +49,7 @@ releases: namespace: cert-manager atomic: true chart: oci://quay.io/jetstack/charts/cert-manager - version: v1.19.1 + version: v1.20.2 values: ['../kubernetes/apps/cert-manager/cert-manager/app/helm-values.yaml'] needs: ['kube-system/coredns']