Skip to content

Commit 0202bb9

Browse files
authored
update helm to to release v3.7.2 (#371)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 89dbd16 commit 0202bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: azure/setup-helm@v1
2828
with:
29-
version: v3.7.1
29+
version: v3.7.2
3030

3131
- name: Install tools
3232
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
2929
mv kubectl /usr/local/bin/
3030

3131
# Install Helm
32-
ARG helm_version=v3.7.1
32+
ARG helm_version=v3.7.2
3333
LABEL helm_version=$helm_version
3434
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
3535
mkdir -p "/usr/local/helm-$helm_version" && \

0 commit comments

Comments
 (0)