We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d026b8 commit 2b1d5e0Copy full SHA for 2b1d5e0
.github/actions/deploy-keptn-on-cluster/action.yml
@@ -64,7 +64,7 @@ runs:
64
if: inputs.cert-manager-io-enabled == 'cert_manager_io_on'
65
env:
66
# renovate: datasource=github-releases depName=cert-manager/cert-manager
67
- CERT_MANAGER_IO_VERSION: "v1.16.1"
+ CERT_MANAGER_IO_VERSION: "v1.16.2"
68
shell: bash
69
run: |
70
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_IO_VERSION/cert-manager.yaml
0 commit comments