Skip to content

Commit 2b47dbc

Browse files
dependabot[bot]mayankpande88github-actions[bot]
authored
chore(deps): bump azure/setup-helm from 3.5 to 5 (#437)
* chore(deps): bump azure/setup-helm from 3.5 to 5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3.5...dda3372) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update image tags for main release --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mayank Pande <mayankpande88@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1bc42ad commit 2b47dbc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/helm-dev-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
2828
helm repo add bitnami https://charts.bitnami.com/bitnami
2929
30-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
30+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3131
with:
3232
version: v3.14.0
3333

.github/workflows/helm-prod-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
2828
helm repo add bitnami https://charts.bitnami.com/bitnami
2929
30-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
30+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3131
with:
3232
version: v3.14.0
3333

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2424
2525
- name: Install Helm
26-
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
26+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2727
with:
2828
version: v3.10.0
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2424
2525
- name: Install Helm
26-
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
26+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2727
with:
2828
version: v3.10.0
2929

charts/nudgebee-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runnerServiceAccount:
6161
runner:
6262
image:
6363
repository: ghcr.io/nudgebee/nudgebee-agent
64-
tag: 2026-05-26T07-35-13_511a9e0b1ea6318caea7031edd59fe79d32930ca
64+
tag: 2026-06-01T08-54-45_88fc8f3fb4e0e7f2c88adb111432362e3c697242
6565
imagePullPolicy: IfNotPresent
6666
resources:
6767
requests:

0 commit comments

Comments
 (0)