Skip to content

Commit 222ac7c

Browse files
Update dependency helm to v4.2.3
1 parent 641822f commit 222ac7c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Helm
2727
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
2828
with:
29-
version: v4.2.2
29+
version: v4.2.3
3030
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131
with:
3232
python-version: 3.14

.github/workflows/go-test-datadog-csi-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Helm
3030
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3131
with:
32-
version: v4.2.2
32+
version: v4.2.3
3333
- name: Add Datadog Helm repo
3434
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3535
- name: Check out code into the Go module directory

.github/workflows/go-test-datadog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Helm
3636
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3737
with:
38-
version: v4.2.2
38+
version: v4.2.3
3939
- name: Add Datadog Helm repo
4040
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
4141
- name: Add Prometheus Community Helm repo

.github/workflows/go-test-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Helm
3232
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3333
with:
34-
version: v4.2.2
34+
version: v4.2.3
3535
- name: Add Datadog Helm repo
3636
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3737
- name: Check out code into the Go module directory

.github/workflows/go-test-private-action-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Helm
3030
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3131
with:
32-
version: v4.2.2
32+
version: v4.2.3
3333
- name: Add Datadog Helm repo
3434
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
3535
- name: Check out code into the Go module directory

.github/workflows/go-test-yamlmapper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Helm
3535
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3636
with:
37-
version: v3.21.3
37+
version: v4.2.3
3838
- name: Add Datadog Helm repo
3939
run: helm repo add datadog https://helm.datadoghq.com && helm repo update
4040
- name: Add Prometheus Community Helm repo

0 commit comments

Comments
 (0)