Skip to content

Commit

Permalink
chore(deps): update dependency helm/helm to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dependency-updater[bot] authored Jan 16, 2025
1 parent b899e97 commit 2bee06e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export YQ_VERSION=v4.45.1

# renovate: datasource=github-tags depName=helm/helm
export HELM_VERSION=v3.16.4
export HELM_VERSION=v3.17.0

# renovate: datasource=github-tags depName=helm-unittest/helm-unittest
export HELM_UNITTEST_VERSION=v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: azure/setup-helm@v4
with:
# renovate: datasource=github-tags depName=helm/helm
version: v3.16.4
version: v3.17.0

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: azure/setup-helm@v4
with:
# renovate: datasource=github-tags depName=helm/helm
version: v3.16.4
version: v3.17.0

- name: Retrieve version from Chart.yaml
id: chart_version
Expand Down

0 comments on commit 2bee06e

Please sign in to comment.