From 6588d491560bc797fad488398ac79b5cb66a7859 Mon Sep 17 00:00:00 2001 From: Keisuke Furuya Date: Wed, 24 Jul 2024 16:33:48 +0900 Subject: [PATCH] test --- akka/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka/Makefile b/akka/Makefile index e838ceaf..2cbdec93 100644 --- a/akka/Makefile +++ b/akka/Makefile @@ -1,4 +1,4 @@ -KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.30.0"} +KUBERNETES_VERSION = $${KUBERNETES_VERSION:-"1.28.0"} RELEASE = $$(basename $$PWD) .PHONY: install