Skip to content

Commit

Permalink
docs: Updates README.md file with v3.13.2 details
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Nov 13, 2023
1 parent 6d69d91 commit 66e3af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.13.1
projectoss/helm-client:v3.13.2
```

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.13.1'
image 'projectoss/helm-client:v3.13.2'
}
}
steps {
Expand Down

0 comments on commit 66e3af2

Please sign in to comment.