Skip to content

Commit

Permalink
docs: Update Helm version to v.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Nov 14, 2024
1 parent a7d8435 commit 016fac5
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.16.2
projectoss/helm-client:v3.16.3
```

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.16.2'
image 'projectoss/helm-client:v3.16.3'
}
}
steps {
Expand All @@ -47,7 +47,7 @@ Sample GitHub Action Workflow

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

0 comments on commit 016fac5

Please sign in to comment.