Skip to content

Commit 81f0388

Browse files
authored
Add k8s 1.34(latest) to operator tests. Tests are passing (#7034)
1 parent febf394 commit 81f0388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKER_REGISTRY ?= seldonio
77
IMAGE_NAME_BASE=seldon-core-operator
88
SELDON_OPERATOR_IMG ?= ${DOCKER_REGISTRY}/${IMAGE_NAME_BASE}:${VERSION}
99

10-
SUPPORTED_K8S_VERSIONS := 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33
10+
SUPPORTED_K8S_VERSIONS := 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33 1.34
1111
KIND_NAME ?= kind
1212

1313

0 commit comments

Comments
 (0)