Skip to content

Commit 6cf7409

Browse files
deps: update dependency helm/helm to v3.17.2 (#907)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm/helm](https://redirect.github.com/helm/helm) | patch | `v3.17.1` -> `v3.17.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>helm/helm (helm/helm)</summary> ### [`v3.17.2`](https://redirect.github.com/helm/helm/compare/v3.17.1...v3.17.2) [Compare Source](https://redirect.github.com/helm/helm/compare/v3.17.1...v3.17.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/csi-driver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e8377e commit 6cf7409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# helm is needed to generate chart snapshots
2424
setup-tools: |
2525
helm
26-
helm: v3.17.1 # renovate: datasource=github-releases depName=helm/helm
26+
helm: v3.17.2 # renovate: datasource=github-releases depName=helm/helm
2727

2828
- uses: pre-commit/action@v3.0.1
2929

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
helm
7979
kubectl
8080
skaffold
81-
helm: v3.17.1 # renovate: datasource=github-releases depName=helm/helm
81+
helm: v3.17.2 # renovate: datasource=github-releases depName=helm/helm
8282
kubectl: v1.32.3 # renovate: datasource=github-releases depName=kubernetes/kubernetes
8383
skaffold: v2.14.1 # renovate: datasource=github-releases depName=GoogleContainerTools/skaffold
8484

0 commit comments

Comments
 (0)