File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
chmod +x ./kubectl
26
26
sudo mv ./kubectl /usr/local/bin/kubectl
27
27
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
28
- curl -sSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/0.2 .1/kind-linux-amd64"
28
+ curl -sSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.5 .1/kind-linux-amd64"
29
29
chmod +x kind
30
30
sudo mv kind /usr/local/bin/kind
31
31
- checkout
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -o nounset
5
5
set -o pipefail
6
6
7
7
readonly CLUSTER_NAME=chart-testing
8
- readonly K8S_VERSION=v1.13.4
8
+ readonly K8S_VERSION=v1.15.3
9
9
10
10
create_kind_cluster () {
11
11
kind create cluster --name " $CLUSTER_NAME " --image " kindest/node:$K8S_VERSION " --wait 60s
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ set -o nounset
5
5
set -o pipefail
6
6
7
7
readonly CT_VERSION=v2.3.3
8
- readonly KIND_VERSION=0.2 .1
8
+ readonly KIND_VERSION=v0.5 .1
9
9
readonly CLUSTER_NAME=chart-testing
10
- readonly K8S_VERSION=v1.13.4
10
+ readonly K8S_VERSION=v1.15.3
11
11
12
12
run_ct_container () {
13
13
echo ' Running ct container...'
Original file line number Diff line number Diff line change 60
60
serviceAccountName : local-path-provisioner-service-account
61
61
containers :
62
62
- name : local-path-provisioner
63
- image : rancher/local-path-provisioner:v0.0.5
63
+ image : rancher/local-path-provisioner:v0.0.11
64
64
imagePullPolicy : Always
65
65
command :
66
66
- local-path-provisioner
You can’t perform that action at this time.
0 commit comments