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.
2 parents c9286f5 + d127252 commit 5208476Copy full SHA for 5208476
Dockerfile
@@ -1,9 +1,10 @@
1
FROM projectoss/alpine:3.21
2
+LABEL organization="projectoss"
3
LABEL maintainer="projectoss-dinushchathurya"
4
LABEL description="Docker image for Helm"
5
LABEL version="latest"
6
-ENV HELM_VERSION="v3.17.3"
7
+ENV HELM_VERSION="v4.1.0"
8
9
RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip
10
RUN apk add --update -t deps curl gettext
README.md
@@ -24,7 +24,7 @@ The Docker Helm Client Agent is a specialized Docker image that acts as a Helm c
24
```
25
projectoss/helm-client:latest
26
27
-Currently `latest` tag refers to Helm version `v3.17.3`
+Currently `latest` tag refers to Helm version `v4.1.0`
28
29
Sample Jenkins Pipeline Stage
30
0 commit comments