Skip to content

Commit

Permalink
chore: update helm to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Apr 22, 2021
1 parent 374b6b6 commit ca8f8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,10 @@ jobs:
machine: true
steps:
- checkout
# - run:
# name: release helmsman
# command: |
# echo "releasing ..."
# mkdir /home/circleci/.go_workspace/bin
# curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# make build
# curl -sL https://git.io/goreleaser | bash -s -- --release-notes release-notes.md --rm-dist

- run:
name: build docker images and push them to dockerhub
command: |
helm_versions=( "v3.3.4" "v3.4.2" "v3.5.3" )
helm_versions=( "v3.3.4" "v3.4.2" "v3.5.4" )
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GO_VERSION="1.15.2"
ARG ALPINE_VERSION="3.12"
ARG GLOBAL_KUBE_VERSION="v1.19.0"
ARG GLOBAL_HELM_VERSION="v3.5.3"
ARG GLOBAL_HELM_VERSION="v3.5.4"
ARG GLOBAL_HELM_DIFF_VERSION="v3.1.3"
ARG GLOBAL_SOPS_VERSION="v3.7.0"

Expand Down

0 comments on commit ca8f8f2

Please sign in to comment.