Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
major helm version upgrade to 3.5.2 (#41)
Browse files Browse the repository at this point in the history
major helm version upgrade to 3.5.2
  • Loading branch information
JudeNiroshan authored Mar 18, 2021
1 parent 5408c6d commit 1e7db4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ci-examples/travis-gke/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- GCLOUD_KEYRING_PREFIX="your-google-cloud-keyring-prefix"
- DOCKER_TAG=${TRAVIS_TAG:-$COMMIT}
- HELM_HOME="$HOME/helm"
- HELM_VERSION="v2.8.2"
- HELM_VERSION="v3.5.2"
- HELM_CHARTS_REPO="https://github.com/commercetools/k8s-charts.git"
- HELM_VALUES_DIR="./k8s"
- HELM_CHARTS_VERSION="1.6.0"
Expand Down Expand Up @@ -58,4 +58,4 @@ deploy:
tags: true
condition: "$TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+"
notifications:
email: false
email: false
4 changes: 2 additions & 2 deletions ci-examples/travis-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HELM_VERSION: helm version that we want to be installed
HELM_HOME: path to the directory where Helm will be installed
```
$ export GCLOUD_HOME=/gcloud
$ export HELM_VERSION=2.8.2
$ export HELM_VERSION=3.5.2
$ export HELM_HOME=/helm
$ ./gcloud-install-sdk.sh
```
Expand Down Expand Up @@ -206,4 +206,4 @@ $ export HELM_CHART_TEMPLATE_NAME=cronjob
$ export HELM_VALUES_DIR=/k8s
$ export IMAGE_TAG=v1.0
$ ./helm-upgrade.sh
```
```
6 changes: 1 addition & 5 deletions test/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@
# limitations under the License.

# Install Helm
HELM_LATEST_VERSION="v2.17.0"
HELM_LATEST_VERSION="v3.5.2"

wget https://get.helm.sh/helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz
tar -xvf helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin
rm -f helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz
rm -rf linux-amd64

# Setup Helm so that it will work with helm dep commands. Only the client
# needs to be setup(-c).
helm init -c --skip-repos

# Install A YAML Linter
# Pinning to a version for consistency
sudo pip install yamllint==1.8.1
Expand Down

0 comments on commit 1e7db4c

Please sign in to comment.