mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
bump k8s,istio,gw-api versions in ci
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
@@ -40,12 +40,12 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup Kubernetes
|
||||
uses: helm/kind-action@v1.12.0
|
||||
uses: helm/kind-action@v1.14.0
|
||||
if: matrix.provider != 'skipper'
|
||||
with:
|
||||
version: v0.23.0
|
||||
version: v0.27.0
|
||||
cluster_name: kind
|
||||
node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
|
||||
node_image: kindest/node:v1.35.1@sha256:05d7bcdefbda08b4e038f644c4df690cdac3fba8b06f8289f30e10026720a1ab
|
||||
- name: Setup Kubernetes for skipper
|
||||
uses: helm/kind-action@v1.12.0
|
||||
if: matrix.provider == 'skipper'
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
set -o errexit
|
||||
|
||||
GATEWAY_API_VER="v1.0.0"
|
||||
GATEWAY_API_VER="v1.5.1"
|
||||
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
ISTIO_VER="1.20.0"
|
||||
ISTIO_VER="1.29.2"
|
||||
|
||||
mkdir -p ${REPO_ROOT}/bin
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set -o errexit
|
||||
|
||||
ISTIO_VER="1.18.2"
|
||||
ISTIO_VER="1.29.2"
|
||||
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
|
||||
mkdir -p ${REPO_ROOT}/bin
|
||||
|
||||
Reference in New Issue
Block a user