This repository was archived by the owner on May 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 24
24
- GCLOUD_KEYRING_PREFIX="your-google-cloud-keyring-prefix"
25
25
- DOCKER_TAG=${TRAVIS_TAG:-$COMMIT}
26
26
- HELM_HOME="$HOME/helm"
27
- - HELM_VERSION="v2.8 .2"
27
+ - HELM_VERSION="v3.5 .2"
28
28
- HELM_CHARTS_REPO="https://github.com/commercetools/k8s-charts.git"
29
29
- HELM_VALUES_DIR="./k8s"
30
30
- HELM_CHARTS_VERSION="1.6.0"
@@ -58,4 +58,4 @@ deploy:
58
58
tags : true
59
59
condition : " $TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+"
60
60
notifications :
61
- email : false
61
+ email : false
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ HELM_VERSION: helm version that we want to be installed
53
53
HELM_HOME: path to the directory where Helm will be installed
54
54
```
55
55
$ export GCLOUD_HOME=/gcloud
56
- $ export HELM_VERSION=2.8 .2
56
+ $ export HELM_VERSION=3.5 .2
57
57
$ export HELM_HOME=/helm
58
58
$ ./gcloud-install-sdk.sh
59
59
```
@@ -206,4 +206,4 @@ $ export HELM_CHART_TEMPLATE_NAME=cronjob
206
206
$ export HELM_VALUES_DIR=/k8s
207
207
$ export IMAGE_TAG=v1.0
208
208
$ ./helm-upgrade.sh
209
- ```
209
+ ```
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
# Install Helm
17
- HELM_LATEST_VERSION=" v2.17.0 "
17
+ HELM_LATEST_VERSION=" v3.5.2 "
18
18
19
19
wget https://get.helm.sh/helm-${HELM_LATEST_VERSION} -linux-amd64.tar.gz
20
20
tar -xvf helm-${HELM_LATEST_VERSION} -linux-amd64.tar.gz
21
21
sudo mv linux-amd64/helm /usr/local/bin
22
22
rm -f helm-${HELM_LATEST_VERSION} -linux-amd64.tar.gz
23
23
rm -rf linux-amd64
24
24
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
-
29
25
# Install A YAML Linter
30
26
# Pinning to a version for consistency
31
27
sudo pip install yamllint==1.8.1
You can’t perform that action at this time.
0 commit comments