Skip to content

Commit e8321ba

Browse files
chore(deps): update dependency helm/helm to v3.19.4 (#1553)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent abe6943 commit e8321ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euox pipefail
55
export YQ_VERSION=v4.49.2
66

77
# renovate: datasource=github-tags depName=helm/helm
8-
export HELM_VERSION=v3.19.2
8+
export HELM_VERSION=v3.19.4
99

1010
# renovate: datasource=github-tags depName=helm-unittest/helm-unittest
1111
export HELM_UNITTEST_VERSION=v1.0.3

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: azure/setup-helm@v4
3030
with:
3131
# renovate: datasource=github-tags depName=helm/helm
32-
version: v3.19.2
32+
version: v3.19.4
3333

3434
- name: Set up Python
3535
uses: actions/setup-python@v6

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: azure/setup-helm@v4
3737
with:
3838
# renovate: datasource=github-tags depName=helm/helm
39-
version: v3.19.2
39+
version: v3.19.4
4040

4141
- name: Retrieve version from Chart.yaml
4242
id: chart_version

0 commit comments

Comments
 (0)