Skip to content

Commit

Permalink
Merge pull request #6 from lachie83/v2.2.1
Browse files Browse the repository at this point in the history
v2.2.1
  • Loading branch information
lachie83 authored Mar 8, 2017
2 parents 59df9a2 + c82b416 commit cad7f28
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.0"
ENV HELM_LATEST_VERSION="v2.2.1"

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,17 +5,17 @@
[![](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.0`, `latest` [(2.2.0/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.2.0/Dockerfile)
* `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)

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

## Run with tunneling
`helm run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true`
`kubectl run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true`

## Run without tunneling
`helm run -it helm --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true`
`kubectl run -it helm --image=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true`


0 comments on commit cad7f28

Please sign in to comment.