Skip to content

Commit

Permalink
0.11.8
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Bojko <marcinbojko.pl@gmail.com>
  • Loading branch information
marcinbojko committed Jan 31, 2021
1 parent 6d6fdd7 commit 49a139b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ARG SP_CERTS="itoacr.azurecr.io/ito/sp-certs:0.6"
FROM ${SP_CERTS} AS certs
FROM alpine:3.12.3 AS build
ENV KUBE_LATEST_VERSION=v1.19.7
ENV HELM_VERSION=v3.5.0
ENV HELM_VERSION=v3.5.1
ENV HELM_FILENAME=helm-${HELM_VERSION}-linux-amd64.tar.gz
LABEL VERSION="v0.10.8"
LABEL VERSION="v0.11.8"
LABEL RELEASE="pipetools-k8s"
LABEL MAINTAINER="marcinbojko"
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pipetools-k8s

## Usage

Small helper for CI/CD Helm/Kubernetes interactions

## Revisions

|version|helm version|kubectl version|
Expand All @@ -16,3 +20,4 @@
|0.8.6 |v3.4.1 |v1.19.4 |
|0.9.7 |v3.4.2 |v1.19.5 |
|0.10.8 |v3.5.0 |v1.19.7 |
|0.11.8 |v3.5.1 |v1.19.7 |

0 comments on commit 49a139b

Please sign in to comment.