Skip to content

Commit 5208476

Browse files
feat: Update Helm version to latest v4.1.0 from dinushchathurya/main
feat: Update Helm version to latest v4.1.0
2 parents c9286f5 + d127252 commit 5208476

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
FROM projectoss/alpine:3.21
2+
LABEL organization="projectoss"
23
LABEL maintainer="projectoss-dinushchathurya"
34
LABEL description="Docker image for Helm"
45
LABEL version="latest"
56

6-
ENV HELM_VERSION="v3.17.3"
7+
ENV HELM_VERSION="v4.1.0"
78

89
RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip
910
RUN apk add --update -t deps curl gettext

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Docker Helm Client Agent is a specialized Docker image that acts as a Helm c
2424
```
2525
projectoss/helm-client:latest
2626
```
27-
Currently `latest` tag refers to Helm version `v3.17.3`
27+
Currently `latest` tag refers to Helm version `v4.1.0`
2828

2929
Sample Jenkins Pipeline Stage
3030

0 commit comments

Comments
 (0)