Skip to content

Commit

Permalink
Bump kind/k8s 1.24.17
Browse files Browse the repository at this point in the history
Issue: ZenKO-4899
  • Loading branch information
francoisferrand committed Oct 21, 2024
1 parent dc3fbe0 commit e0ccb80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/bootstrap-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -exu

NODE_IMAGE=${1:-kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9}
NODE_IMAGE=${1:-kindest/node:v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51}
VOLUME_ROOT=${2:-/artifacts}
WORKER_NODE_COUNT=${3:-0}
CLUSTER_NAME=${CLUSTER_NAME:-kind}
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/end2end/install-kind-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION_FILE="${REPOSITORY_DIR}/VERSION"
source "${VERSION_FILE}"

ZK_OPERATOR_VERSION=0.2.13
CERT_MANAGER_VERSION=v1.6.1
CERT_MANAGER_VERSION=v1.11.0
KAFKA_OPERATOR_VERSION=0.20.1
INGRESS_NGINX_VERSION=controller-v1.1.0
PROMETHEUS_VERSION=v0.52.1
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/end2end/requirements.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

KUBECTL_VERSION=1.21.1
KIND_VERSION=v0.12.0
KIND_VERSION=v0.24.0
HELM_VERSION=v3.5.3
KUSTOMIZE_VERSION=v4.4.1
YQ_VERSION=v4.27.5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
WORKER_COUNT: '2'
OPERATOR_REPO: [email protected]:scality/zenko-operator.git
OPERATOR_IMAGE: ""
KIND_NODE_IMAGE: "kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9"
KIND_NODE_IMAGE: "kindest/node:v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51"
VOLUME_ROOT: /artifacts
OIDC_REALM: "zenko"
OIDC_CLIENT_ID: "zenko-ui"
Expand Down Expand Up @@ -92,7 +92,7 @@ env:
SKOPEO_VERSION: "v1.16.1"
KUBECTL_VERSION: "1.31.0"
TILT_VERSION: "0.33.19"
KIND_VERSION: "v0.12.0"
KIND_VERSION: "v0.14.0"
ZENKO_ENABLE_SOSAPI: false
TIME_PROGRESSION_FACTOR: 1
EXPIRE_ONE_DAY_EARLIER: true
Expand Down

0 comments on commit e0ccb80

Please sign in to comment.