Skip to content

Commit

Permalink
Bump k8s to 1.30
Browse files Browse the repository at this point in the history
Issue: ZENKO-4967
  • Loading branch information
KillianG committed Jan 15, 2025
1 parent d4469bd commit e97b6bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec}
NODE_IMAGE=${1:-kindest/node:v1.20.8@sha256:17cd608b3971338d9180b00776cb766c50d0a0b6b904ab4ff52fd3fc5c6369bf}
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/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.24.0
KIND_VERSION=v0.26.0
HELM_VERSION=v3.5.3
KUSTOMIZE_VERSION=v4.4.1
YQ_VERSION=v4.27.5
Expand Down
2 changes: 1 addition & 1 deletion .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.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec"
KIND_NODE_IMAGE: "kindest/node:v1.30.8@sha256:17cd608b3971338d9180b00776cb766c50d0a0b6b904ab4ff52fd3fc5c6369bf"
VOLUME_ROOT: /artifacts
OIDC_REALM: "zenko"
OIDC_CLIENT_ID: "zenko-ui"
Expand Down

0 comments on commit e97b6bc

Please sign in to comment.