We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dbd16 commit 0202bb9Copy full SHA for 0202bb9
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: azure/setup-helm@v1
28
with:
29
- version: v3.7.1
+ version: v3.7.2
30
31
- name: Install tools
32
run: |
Dockerfile
@@ -29,7 +29,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
mv kubectl /usr/local/bin/
# Install Helm
-ARG helm_version=v3.7.1
+ARG helm_version=v3.7.2
33
LABEL helm_version=$helm_version
34
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
35
mkdir -p "/usr/local/helm-$helm_version" && \
0 commit comments