From 4cd71cab861596fde73ed8fbc9ad4c22eb061a2e Mon Sep 17 00:00:00 2001 From: Dinush Chathurya Date: Thu, 15 Aug 2024 21:03:11 +0100 Subject: [PATCH] docs: Update README.md to match with newset version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaa5079..e558cae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Docker Helm Client Agent is a specialized Docker image that acts as a Helm c ## Usage ``` -projectoss/helm-client:v3.15.3 +projectoss/helm-client:v3.15.4 ``` Sample Jenkins Pipeline Stage @@ -31,7 +31,7 @@ Sample Jenkins Pipeline Stage stage('Package Helm Chart') { agent { docker { - image 'projectoss/helm-client:v3.15.3' + image 'projectoss/helm-client:v3.15.4' } } steps { @@ -47,7 +47,7 @@ Sample GitHub Action Workflow ```yaml - name: Check Helm version - uses: docker://projectoss/helm-client:v3.15.3 + uses: docker://projectoss/helm-client:v3.15.4 with: run: | helm version