Skip to content

Commit

Permalink
feat: Update Helm version to v3.15.2
Browse files Browse the repository at this point in the history
feat: Update Helm version to v3.15.2
  • Loading branch information
dinushchathurya committed Jun 12, 2024
2 parents ef6cccf + fc602bb commit 8f42e13
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.15.1
projectoss/helm-client:v3.15.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.15.1'
image 'projectoss/helm-client:v3.15.2'
}
}
steps {
Expand Down

0 comments on commit 8f42e13

Please sign in to comment.