Skip to content

Commit 6061e8d

Browse files
committed
Merge branch 'improvement/ZENKO-5032' into q/2.13
2 parents 0d7610b + c2cff65 commit 6061e8d

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.30.10@sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507}
5+
NODE_IMAGE=${1:-kindest/node:v1.31.9@sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211}
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.30.1
4-
KIND_VERSION=v0.27.0
4+
KIND_VERSION=v0.29.0
55
HELM_VERSION=v3.17.0
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
@@ -16,7 +16,7 @@ env:
1616
WORKER_COUNT: '2'
1717
OPERATOR_REPO: git@github.com:scality/zenko-operator.git
1818
OPERATOR_IMAGE: ""
19-
KIND_NODE_IMAGE: "kindest/node:v1.30.10@sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507"
19+
KIND_NODE_IMAGE: "kindest/node:v1.31.9@sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211"
2020
VOLUME_ROOT: /artifacts
2121
OIDC_REALM: "zenko"
2222
OIDC_CLIENT_ID: "zenko-ui"
@@ -102,7 +102,7 @@ env:
102102
SKOPEO_VERSION: "v1.16.1"
103103
KUBECTL_VERSION: "1.31.0"
104104
TILT_VERSION: "0.33.19"
105-
KIND_VERSION: "v0.27.0"
105+
KIND_VERSION: "v0.29.0"
106106
ZENKO_ENABLE_SOSAPI: false
107107
EXPIRE_ONE_DAY_EARLIER: true
108108
TRANSITION_ONE_DAY_EARLIER: true

0 commit comments

Comments
 (0)