File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -exu
4
4
5
- NODE_IMAGE=${1:- kindest/ node: v1.22 .4@ sha256: ca3587e6e545a96c07bf82e2c46503d9ef86fc704f44c17577fca7bcabf5f978 }
5
+ NODE_IMAGE=${1:- kindest/ node: v1.23 .4@ sha256: 0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9 }
6
6
VOLUME_ROOT=${2:-/ artifacts}
7
7
WORKER_NODE_COUNT=${3:- 0}
8
8
CLUSTER_NAME=${CLUSTER_NAME:- kind}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
KUBECTL_VERSION=1.21.1
4
- KIND_VERSION=v0.11.1
4
+ KIND_VERSION=v0.12.0
5
5
HELM_VERSION=v3.5.3
6
6
KUSTOMIZE_VERSION=v4.4.1
7
7
YQ_VERSION=v4.27.5
Original file line number Diff line number Diff line change 23
23
WORKER_COUNT : ' 2'
24
24
OPERATOR_REPO :
[email protected] :scality/zenko-operator.git
25
25
OPERATOR_IMAGE : " "
26
- KIND_NODE_IMAGE : " kindest/node:v1.22 .4@sha256:ca3587e6e545a96c07bf82e2c46503d9ef86fc704f44c17577fca7bcabf5f978 "
26
+ KIND_NODE_IMAGE : " kindest/node:v1.23 .4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9 "
27
27
VOLUME_ROOT : /artifacts
28
28
OIDC_REALM : " zenko"
29
29
OIDC_CLIENT_ID : " zenko-ui"
97
97
SKOPEO_VERSION : " v1.5.2"
98
98
KUBECTL_VERSION : " 1.21.1"
99
99
TILT_VERSION : " 0.23.4"
100
- KIND_VERSION : " v0.11.1 "
100
+ KIND_VERSION : " v0.12.0 "
101
101
ZENKO_ENABLE_SOSAPI : false
102
102
103
103
jobs :
You can’t perform that action at this time.
0 commit comments