From 481b9ccf95c562d92e66f1f998ea09d7483b73b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Wed, 15 Jan 2025 03:39:05 +0800 Subject: [PATCH] fix(k8s): update version number in freeleaps-cluster-authenticator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- bin/freeleaps-cluster-authenticator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/freeleaps-cluster-authenticator b/bin/freeleaps-cluster-authenticator index cd5b7fdb..4c4274a0 100755 --- a/bin/freeleaps-cluster-authenticator +++ b/bin/freeleaps-cluster-authenticator @@ -2,7 +2,7 @@ set -eu -VERSION="0.0.1-20250105" +VERSION="0.0.1-20250115" CLUSTER_API_LB_IP=${CLUSTER_API_LB_IP:-4.155.160.32} CLUSTER_API_LB_PORT=${CLUSTER_API_LB_PORT:-6443}