Skip to content

Commit

Permalink
Update helm version for docker images in release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed May 13, 2020
1 parent e9869d1 commit 7453e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker build -t praqma/helmsman:$TAG-helm-v3.0.3 --build-arg HELM_VERSION=v3.0.3 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.0.3
docker build -t praqma/helmsman:$TAG-helm-v3.1.3 --build-arg HELM_VERSION=v3.1.3 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.1.3
docker build -t praqma/helmsman:$TAG-helm-v3.1.2 --build-arg HELM_VERSION=v3.1.2 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.1.2
docker build -t praqma/helmsman:$TAG-helm-v3.2.1 --build-arg HELM_VERSION=v3.2.1 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.2.1
workflows:
version: 2
Expand Down

0 comments on commit 7453e14

Please sign in to comment.