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

Commit 1e7db4c

Browse files
authored
major helm version upgrade to 3.5.2 (#41)
major helm version upgrade to 3.5.2
1 parent 5408c6d commit 1e7db4c

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

ci-examples/travis-gke/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- GCLOUD_KEYRING_PREFIX="your-google-cloud-keyring-prefix"
2525
- DOCKER_TAG=${TRAVIS_TAG:-$COMMIT}
2626
- HELM_HOME="$HOME/helm"
27-
- HELM_VERSION="v2.8.2"
27+
- HELM_VERSION="v3.5.2"
2828
- HELM_CHARTS_REPO="https://github.com/commercetools/k8s-charts.git"
2929
- HELM_VALUES_DIR="./k8s"
3030
- HELM_CHARTS_VERSION="1.6.0"
@@ -58,4 +58,4 @@ deploy:
5858
tags: true
5959
condition: "$TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+"
6060
notifications:
61-
email: false
61+
email: false

ci-examples/travis-gke/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HELM_VERSION: helm version that we want to be installed
5353
HELM_HOME: path to the directory where Helm will be installed
5454
```
5555
$ export GCLOUD_HOME=/gcloud
56-
$ export HELM_VERSION=2.8.2
56+
$ export HELM_VERSION=3.5.2
5757
$ export HELM_HOME=/helm
5858
$ ./gcloud-install-sdk.sh
5959
```
@@ -206,4 +206,4 @@ $ export HELM_CHART_TEMPLATE_NAME=cronjob
206206
$ export HELM_VALUES_DIR=/k8s
207207
$ export IMAGE_TAG=v1.0
208208
$ ./helm-upgrade.sh
209-
```
209+
```

test/travis/install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@
1414
# limitations under the License.
1515

1616
# Install Helm
17-
HELM_LATEST_VERSION="v2.17.0"
17+
HELM_LATEST_VERSION="v3.5.2"
1818

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

25-
# Setup Helm so that it will work with helm dep commands. Only the client
26-
# needs to be setup(-c).
27-
helm init -c --skip-repos
28-
2925
# Install A YAML Linter
3026
# Pinning to a version for consistency
3127
sudo pip install yamllint==1.8.1

0 commit comments

Comments
 (0)