From f675b494358b3f6724742a932580ee5656c46db0 Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Fri, 16 Jan 2026 10:59:28 +0900 Subject: [PATCH] Fix starrocks app version --- charts/starrocks/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/starrocks/values.yaml b/charts/starrocks/values.yaml index 4952ff3..2c552e7 100644 --- a/charts/starrocks/values.yaml +++ b/charts/starrocks/values.yaml @@ -127,7 +127,7 @@ starrocksCluster: # 2. The values in their own spec will replace all the values in this field, not merge. componentValues: image: - tag: "3.5-latest" + tag: "3.5.11" # hostAliases allows adding entries to /etc/hosts inside the containers. hostAliases: [] # - ip: "127.0.0.1"