Skip to content

Commit

Permalink
helm 2.8.2, kubectl 1.9.4 (#12)
Browse files Browse the repository at this point in the history
* helm 2.8.2, kubectl 1.9.4, alpine 3.7
  • Loading branch information
dtzar authored Mar 13, 2018
1 parent 2996ac0 commit c5eec5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required

env:
DOCKER_IMAGE=dtzar/helm-kubectl
DOCKER_TAG=2.8.1
DOCKER_TAG=2.8.2

services:
- docker
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine

MAINTAINER David Tesar

ARG VCS_REF
ARG BUILD_DATE

Expand All @@ -14,10 +12,10 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \

# Note: Latest version of kubectl may be found at:
# https://aur.archlinux.org/packages/kubectl-bin/
ENV KUBE_LATEST_VERSION="v1.9.2"
ENV KUBE_LATEST_VERSION="v1.9.4"
# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.8.1"
ENV HELM_VERSION="v2.8.2"
ENV FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"

RUN apk add --update ca-certificates \
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
[![](https://images.microbadger.com/badges/image/dtzar/helm-kubectl.svg)](https://microbadger.com/images/dtzar/helm-kubectl "Get your own image badge on microbadger.com")
[![](https://images.microbadger.com/badges/version/dtzar/helm-kubectl.svg)](https://microbadger.com/images/dtzar/helm-kubectl "Get your own version badge on microbadger.com")
[![Build Status](https://travis-ci.org/dtzar/helm-kubectl.svg?branch=master)](https://travis-ci.org/dtzar/helm-kubectl)
[![Docker Stars](https://img.shields.io/docker/stars/dtzar/helm-kubectl.svg?style=flat)](https://hub.docker.com/r/dtzar/helm-kubectl/)
[![Docker Automated build](https://img.shields.io/docker/automated/dtzar/helm-kubectl.svg?style=flat)]()
[![Docker Pulls](https://img.shields.io/docker/pulls/dtzar/helm-kubectl.svg)]()


Supported tags and release links

* [2.8.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.2) - helm v2.8.2, kubectl v1.9.4, alpine 3.7
* [2.8.1](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.1) - helm v2.8.1, kubectl v1.9.2, alpine 3.7
* [2.8.0](https://github.com/dtzar/helm-kubectl/releases/tag/2.8.0) - helm v2.8.0, kubectl v1.9.2, alpine 3.7
* [2.7.2](https://github.com/dtzar/helm-kubectl/releases/tag/2.7.2) - helm v2.7.2, kubectl v1.8.3, alpine 3.6
Expand Down

0 comments on commit c5eec5f

Please sign in to comment.