File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5- GATEWAY_API_VER=" v1.0.0 "
5+ GATEWAY_API_VER=" v1.5.1 "
66REPO_ROOT=$( git rev-parse --show-toplevel)
7- ISTIO_VER=" 1.20.0 "
7+ ISTIO_VER=" 1.29.2 "
88
99mkdir -p ${REPO_ROOT} /bin
1010
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5- ISTIO_VER=" 1.18 .2"
5+ ISTIO_VER=" 1.29 .2"
66REPO_ROOT=$( git rev-parse --show-toplevel)
77
88mkdir -p ${REPO_ROOT} /bin
You can’t perform that action at this time.
0 commit comments