Skip to content

Commit

Permalink
v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Jan 15, 2025
1 parent 2e2ad3c commit 83bed39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

RUN apk add --no-cache bash curl

ENV VERSION v3.17.0-rc.1
ENV VERSION v3.17.0

RUN curl -sL https://get.helm.sh/helm-${VERSION}-linux-amd64.tar.gz| tar xz && \
mv linux-amd64/helm /usr/local/bin/helm
Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.16.4
v3.17.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ docker pull timzu/helm
## version

```
ENV VERSION v3.17.0-rc.1
ENV VERSION v3.17.0
```

## latest

```
ENV LATEST v3.16.4
ENV LATEST v3.17.0
```
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.17.0-rc.1
v3.17.0

0 comments on commit 83bed39

Please sign in to comment.