Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm
if: >-
inputs.force ||
needs.checks.outputs.run_tests == 'true' &&
Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm

- name: Azure login
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm

- name: Lint chart
run: helm lint charts/nginx-ingress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm

- name: Package
id: package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm

- name: Setup Golang Environment
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm

- name: Azure login
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
with:
version: v3.21.3 # renovate: datasource=github-releases depName=helm/helm
version: v4.2.3 # renovate: datasource=github-releases depName=helm/helm
if: steps.helm-diff.outputs.changed == 'true'

- name: Update snapshots
Expand Down
Loading
Loading