Skip to content

Commit

Permalink
docs: Update README.md to match with new Helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Sep 17, 2024
1 parent 063715d commit 7301c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
projectoss/helm-client:v3.16.0
```

Sample Jenkins Pipeline Stage
Expand All @@ -31,7 +31,7 @@ Sample Jenkins Pipeline Stage
stage('Package Helm Chart') {
agent {
docker {
image 'projectoss/helm-client:v3.15.4'
image 'projectoss/helm-client:v3.16.0'
}
}
steps {
Expand All @@ -47,7 +47,7 @@ Sample GitHub Action Workflow

```yaml
- name: Check Helm version
uses: docker://projectoss/helm-client:v3.15.4
uses: docker://projectoss/helm-client:v3.16.0
with:
run: |
helm version
Expand Down

0 comments on commit 7301c18

Please sign in to comment.