Skip to content

Commit

Permalink
Merge pull request #7 from lachie83/v2.2.2
Browse files Browse the repository at this point in the history
v2.2.2
  • Loading branch information
lachie83 authored Mar 8, 2017
2 parents cad7f28 + aba012f commit 3ac8549
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
Expand Up @@ -11,7 +11,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile"

ENV HELM_LATEST_VERSION="v2.2.1"
ENV HELM_LATEST_VERSION="v2.2.2"

RUN apk add --update ca-certificates \
&& apk add --update -t deps wget \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![](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
* `2.2.1`, `latest` [(2.2.1/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.2.1/Dockerfile)
* `2.1.3`, [(2.1.3/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.1.3/Dockerfile)
* `2.0.2`, [(2.0.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.0.2/Dockerfile)
* `v2.2.2`, `latest` [(v2.2.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.2.2/Dockerfile)
* `v2.1.3`, [(v2.1.3/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.1.3/Dockerfile)
* `v2.0.2`, [(v2.0.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.0.2/Dockerfile)

## Overview
This container provides the Helm client for use with Kubernetes
Expand Down

0 comments on commit 3ac8549

Please sign in to comment.