Skip to content

Commit 9e45a09

Browse files
cpanatounguiculus
authored andcommitted
Update local path provisioner version in the example folder (#145)
* update local path provisioner version in the example folder Signed-off-by: Carlos Panato <[email protected]>
1 parent 7da298b commit 9e45a09

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
chmod +x ./kubectl
2626
sudo mv ./kubectl /usr/local/bin/kubectl
2727
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"
2929
chmod +x kind
3030
sudo mv kind /usr/local/bin/kind
3131
- checkout

e2e-kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o nounset
55
set -o pipefail
66

77
readonly CLUSTER_NAME=chart-testing
8-
readonly K8S_VERSION=v1.13.4
8+
readonly K8S_VERSION=v1.15.3
99

1010
create_kind_cluster() {
1111
kind create cluster --name "$CLUSTER_NAME" --image "kindest/node:$K8S_VERSION" --wait 60s

examples/kind/test/e2e-kind.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set -o nounset
55
set -o pipefail
66

77
readonly CT_VERSION=v2.3.3
8-
readonly KIND_VERSION=0.2.1
8+
readonly KIND_VERSION=v0.5.1
99
readonly CLUSTER_NAME=chart-testing
10-
readonly K8S_VERSION=v1.13.4
10+
readonly K8S_VERSION=v1.15.3
1111

1212
run_ct_container() {
1313
echo 'Running ct container...'

examples/kind/test/local-path-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
serviceAccountName: local-path-provisioner-service-account
6161
containers:
6262
- name: local-path-provisioner
63-
image: rancher/local-path-provisioner:v0.0.5
63+
image: rancher/local-path-provisioner:v0.0.11
6464
imagePullPolicy: Always
6565
command:
6666
- local-path-provisioner

0 commit comments

Comments
 (0)