We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febf394 commit 81f0388Copy full SHA for 81f0388
operator/Makefile
@@ -7,7 +7,7 @@ DOCKER_REGISTRY ?= seldonio
7
IMAGE_NAME_BASE=seldon-core-operator
8
SELDON_OPERATOR_IMG ?= ${DOCKER_REGISTRY}/${IMAGE_NAME_BASE}:${VERSION}
9
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
+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
11
KIND_NAME ?= kind
12
13
0 commit comments