Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Evenson <lachlan.evenson@gmail.com>
  • Loading branch information
lachie83 committed May 28, 2021
1 parent 67bc164 commit 45379cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Lachlan Evenson <lachlan.evenson@gmail.com>"
LABEL org.opencontainers.image.title="lachlanevenson/k8s-helm" \
org.opencontainers.image.url="https://helm.sh/docs/"

ENV HELM_LATEST_VERSION="v3.5.3"
ENV HELM_LATEST_VERSION="v3.6.0"

RUN apk add --update ca-certificates \
&& apk add --update -t deps wget git openssl bash \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[![](https://images.microbadger.com/badges/commit/lachlanevenson/k8s-helm.svg)](http://microbadger.com/images/lachlanevenson/k8s-helm "Get your own commit badge on microbadger.com")

# Supported tags and respective `Dockerfile` links
* `v3.5.3`, `latest` [(v3.5.3/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.5.3/Dockerfile)
* `v3.6.0`, `latest` [(v3.6.0/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.6.0/Dockerfile)
* `v3.5.3`, [(v3.5.3/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.5.3/Dockerfile)
* `v3.4.2`, [(v3.4.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.4.2/Dockerfile)
* `v3.3.4`, [(v3.3.4/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.3.4/Dockerfile)
* `v3.2.4`, [(v3.2.4/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v3.2.4/Dockerfile)
Expand Down

0 comments on commit 45379cc

Please sign in to comment.