Skip to content

Commit 4a1ca8f

Browse files
authored
fix: pin kubectl version to same as k0s (#895)
1 parent 0032697 commit 4a1ca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
1313
ADMIN_CONSOLE_KURL_PROXY_IMAGE_OVERRIDE =
1414
EMBEDDED_OPERATOR_IMAGE_OVERRIDE =
1515
EMBEDDED_OPERATOR_BINARY_URL_OVERRIDE =
16-
KUBECTL_VERSION = v1.30.1
16+
KUBECTL_VERSION = v1.29.7
1717
K0S_VERSION = v1.29.6+k0s.0
1818
K0S_GO_VERSION = v1.29.6+k0s.0
1919
PREVIOUS_K0S_VERSION ?= v1.28.10+k0s.0

0 commit comments

Comments
 (0)