Skip to content

Commit fe02774

Browse files
fix(ISV-6685): bump K8s version in testing workflow (#7489)
Signed-off-by: Marek Szymutko <mszymutk@redhat.com>
1 parent 3732b6e commit fe02774

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/operator_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ env:
3636
OPP_DRY_RUN: 0
3737
# TODO handle config
3838
OPP_PACKAGEMANIFEST_DISABLED: "1"
39-
KIND_VERSION: "v0.23.0"
40-
KIND_KUBE_VERSION_LATEST: "v1.30.0"
39+
KIND_VERSION: "v0.30.0"
40+
KIND_KUBE_VERSION_LATEST: "v1.32.8"
4141
OPP_PRODUCTION_TYPE: "k8s"
4242
OPP_REVIEWERS_ENABLED: 1
4343
OPP_FORCE_DEPLOY_ON_K8S_OPENSHIFT_VERSION: 4.10

ci/pipeline-config-k8s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ operatorhubio:
6363
# project: operator-test-playbooks
6464
# tag: master
6565
tools:
66-
kind_version: v0.23.0
67-
kind_kube_version: v1.30.0
66+
kind_version: v0.30.0
67+
kind_kube_version: v1.32.8
6868
operator_sdk_version: v1.36.0

0 commit comments

Comments
 (0)