From 243dec111e4ee2351c440f9d8558af7f16217793 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 21 Sep 2020 15:07:04 +0200 Subject: [PATCH] ci: bump helm to 3.3.2 and test with k8s 1.19 also --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6572a840eb..c9116e0c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,8 +63,8 @@ script: env: # Global environment variables will act as defaults, jobs will override them global: - - K3S_VERSION=v1.18.4+k3s1 - - HELM_VERSION=v3.2.4 + - K3S_VERSION=v1.19.1+k3s1 + - HELM_VERSION=v3.3.3 jobs: ## don't wait for the jobs that are allowed to fail to report success @@ -80,16 +80,20 @@ jobs: ## k3s versions: https://github.com/rancher/k3s/releases ## helm versions: https://github.com/helm/helm/releases include: + - stage: test + name: chart:k8s-1.19 + - stage: test name: chart:k8s-1.18 + env: K3S_VERSION=v1.18.9+k3s1 - stage: test name: chart:k8s-1.17 - env: K3S_VERSION=v1.17.7+k3s1 + env: K3S_VERSION=v1.17.12+k3s1 - stage: test name: chart:k8s-1.16 - env: K3S_VERSION=v1.16.11+k3s1 k3s_disable_command=--no-deploy + env: K3S_VERSION=v1.16.15+k3s1 k3s_disable_command=--no-deploy - stage: test name: chart:install-latest-then-upgrade