Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/deploy-keptn-on-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
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.0"
shell: bash
run: |
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/$CERT_MANAGER_IO_VERSION/cert-manager.yaml
Expand Down Expand Up @@ -98,7 +98,7 @@

cd .github/actions/deploy-keptn-on-cluster

export TAG=${{ inputs.runtime_tag }}

Check failure on line 101 in .github/actions/deploy-keptn-on-cluster/action.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Change this action to not use user-controlled data directly in a run block.

See more on https://sonarcloud.io/project/issues?id=keptn_lifecycle-toolkit&issues=AZwvOCneYHpoLZ_4MB9k&open=AZwvOCneYHpoLZ_4MB9k&pullRequest=3917
envsubst < values/${{ inputs.values-file }} > tmp.yaml

echo "installing with values.yaml file:"
Expand Down
Loading