Skip to content

Commit

Permalink
docs: Update README.md with new version details
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jan 11, 2024
1 parent 66e3af2 commit 1e4ee13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM projectoss/alpine:3.14

# FROM: https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v3.13.2"
ENV HELM_VERSION="v3.13.3"

RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip
RUN apk add --update -t deps curl gettext
Expand Down
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.13.2
projectoss/helm-client:v3.13.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.13.2'
image 'projectoss/helm-client:v3.13.3'
}
}
steps {
Expand All @@ -47,7 +47,7 @@ Sample GitHub Action Workflow

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

0 comments on commit 1e4ee13

Please sign in to comment.