Skip to content

Commit 5e06e2c

Browse files
Upgrade to kind 1.12 (and k8s 1.23.4) in CI
This includes a fix for [1], so ulimit is not stuck to 1024. [1] kubernetes-sigs/kind#2565 Issue: ZENKO-4555
1 parent 02d07fb commit 5e06e2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/scripts/end2end/bootstrap-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -exu
44

5-
NODE_IMAGE=${1:-kindest/node:v1.22.4@sha256:ca3587e6e545a96c07bf82e2c46503d9ef86fc704f44c17577fca7bcabf5f978}
5+
NODE_IMAGE=${1:-kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9}
66
VOLUME_ROOT=${2:-/artifacts}
77
WORKER_NODE_COUNT=${3:-0}
88
CLUSTER_NAME=${CLUSTER_NAME:-kind}

.github/scripts/end2end/requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
KUBECTL_VERSION=1.21.1
4-
KIND_VERSION=v0.11.1
4+
KIND_VERSION=v0.12.0
55
HELM_VERSION=v3.5.3
66
KUSTOMIZE_VERSION=v4.4.1
77
YQ_VERSION=v4.27.5

.github/workflows/end2end.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
WORKER_COUNT: '2'
2424
OPERATOR_REPO: [email protected]:scality/zenko-operator.git
2525
OPERATOR_IMAGE: ""
26-
KIND_NODE_IMAGE: "kindest/node:v1.22.4@sha256:ca3587e6e545a96c07bf82e2c46503d9ef86fc704f44c17577fca7bcabf5f978"
26+
KIND_NODE_IMAGE: "kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9"
2727
VOLUME_ROOT: /artifacts
2828
OIDC_REALM: "zenko"
2929
OIDC_CLIENT_ID: "zenko-ui"
@@ -97,7 +97,7 @@ env:
9797
SKOPEO_VERSION: "v1.5.2"
9898
KUBECTL_VERSION: "1.21.1"
9999
TILT_VERSION: "0.23.4"
100-
KIND_VERSION: "v0.11.1"
100+
KIND_VERSION: "v0.12.0"
101101
ZENKO_ENABLE_SOSAPI: false
102102

103103
jobs:

0 commit comments

Comments
 (0)