Skip to content

Commit

Permalink
chore(deps): update dependency helm/helm to v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dependency-updater[bot] authored Oct 10, 2024
1 parent 3e8c347 commit 85109e2
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.44.3

# renovate: datasource=github-tags depName=helm/helm
export HELM_VERSION=v3.16.1
export HELM_VERSION=v3.16.2

# renovate: datasource=github-tags depName=helm-unittest/helm-unittest
export HELM_UNITTEST_VERSION=v0.6.3
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.1
version: v3.16.2

- 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.1
version: v3.16.2

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

0 comments on commit 85109e2

Please sign in to comment.