From 5c131de0fbdd0f315d397559d5f9bec38e17eb6c Mon Sep 17 00:00:00 2001 From: Dinush Chathurya Date: Thu, 15 Aug 2024 21:09:19 +0100 Subject: [PATCH] feat: Update Helm version to newset version --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50fc501..f8f612f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="projectoss-dinushchathurya" LABEL description="Docker image for Helm" LABEL version="latest" -ENV HELM_VERSION="v3.15.3" +ENV HELM_VERSION="v3.15.4" RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip RUN apk add --update -t deps curl gettext diff --git a/README.md b/README.md index a5b58f2..4201b4c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The Docker Helm Client Agent is a specialized Docker image that acts as a Helm c ``` projectoss/helm-client:latest ``` -Currently `latest` tag refers to Helm version `v3.15.3` +Currently `latest` tag refers to Helm version `v3.15.4` Sample Jenkins Pipeline Stage