Skip to content

Commit 87fcdb9

Browse files
committed
bump k8s,istio,gw-api versions in ci
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
1 parent 70fb775 commit 87fcdb9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@v5
4242
- name: Setup Kubernetes
43-
uses: helm/kind-action@v1.12.0
43+
uses: helm/kind-action@v1.14.0
4444
if: matrix.provider != 'skipper'
4545
with:
46-
version: v0.23.0
46+
version: v0.27.0
4747
cluster_name: kind
48-
node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
48+
node_image: kindest/node:v1.35.1@sha256:05d7bcdefbda08b4e038f644c4df690cdac3fba8b06f8289f30e10026720a1ab
4949
- name: Setup Kubernetes for skipper
5050
uses: helm/kind-action@v1.12.0
5151
if: matrix.provider == 'skipper'

test/gatewayapi/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -o errexit
44

5-
GATEWAY_API_VER="v1.0.0"
5+
GATEWAY_API_VER="v1.5.1"
66
REPO_ROOT=$(git rev-parse --show-toplevel)
7-
ISTIO_VER="1.20.0"
7+
ISTIO_VER="1.29.2"
88

99
mkdir -p ${REPO_ROOT}/bin
1010

test/istio/install.sh

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

33
set -o errexit
44

5-
ISTIO_VER="1.18.2"
5+
ISTIO_VER="1.29.2"
66
REPO_ROOT=$(git rev-parse --show-toplevel)
77

88
mkdir -p ${REPO_ROOT}/bin

0 commit comments

Comments
 (0)