From 0597b3c7f81cd76a04c6ad54e8160c5741de2360 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:17:11 +0000 Subject: [PATCH] ci(deps): update ingress dependencies | datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | helm | cert-manager | v1.20.3 | v1.21.0 | --- ingress/helmfile.yaml | 2 +- src/schemas/ingress.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingress/helmfile.yaml b/ingress/helmfile.yaml index 3c90e2b4..ae32b328 100644 --- a/ingress/helmfile.yaml +++ b/ingress/helmfile.yaml @@ -173,7 +173,7 @@ templates: version: {{ .Values | get "cert-manager" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "cert-manager" dict | get "chartVersion" false ) ( .Values | get "cert-manager" dict | get "chartUrl" false ) )) }} - version: "v1.20.3" + version: "v1.21.0" {{- end }} disableValidationOnInstall: true diff --git a/src/schemas/ingress.cue b/src/schemas/ingress.cue index fa8adb3c..3882d3f6 100644 --- a/src/schemas/ingress.cue +++ b/src/schemas/ingress.cue @@ -59,7 +59,7 @@ package LaunchpadNamespaces chart: {_repositories.jetstack.charts["cert-manager"]} feature: #features.#certManager _template: { - version: "v1.20.3" + version: "v1.21.0" // so that it can be installed in the absence of the CRDs disableValidationOnInstall: true }