From 7192359cdc52473bfb02e2f9e67b190bec7eb09c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:56:41 +0000 Subject: [PATCH] deps: update dependency cert-manager/cert-manager to v1.20.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/deploy-keptn-on-cluster/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-keptn-on-cluster/action.yml b/.github/actions/deploy-keptn-on-cluster/action.yml index d5fd252411..66caef56e9 100644 --- a/.github/actions/deploy-keptn-on-cluster/action.yml +++ b/.github/actions/deploy-keptn-on-cluster/action.yml @@ -64,7 +64,7 @@ runs: if: inputs.cert-manager-io-enabled == 'cert_manager_io_on' env: # renovate: datasource=github-releases depName=cert-manager/cert-manager - CERT_MANAGER_IO_VERSION: "v1.16.5" + CERT_MANAGER_IO_VERSION: "v1.20.2" shell: bash run: | kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_IO_VERSION/cert-manager.yaml