We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14631c8 commit 1c259b9Copy full SHA for 1c259b9
4 files changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine
2
3
RUN apk add --no-cache bash curl
4
5
-ENV VERSION v3.19.4
+ENV VERSION v4.0.4
6
7
RUN curl -sL https://get.helm.sh/helm-${VERSION}-linux-amd64.tar.gz| tar xz && \
8
mv linux-amd64/helm /usr/local/bin/helm
LATEST
@@ -1 +1 @@
1
-v4.0.2
+v4.0.4
README.md
@@ -14,11 +14,11 @@ docker pull timzu/helm
14
## version
15
16
```
17
18
19
20
## latest
21
22
23
-ENV LATEST v4.0.2
+ENV LATEST v4.0.4
24
VERSION
-v3.19.4
0 commit comments