From ec0c2a8901e3f3315dd5c2ac9805a7f619e5e752 Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Thu, 13 Jun 2024 09:15:16 +0800 Subject: [PATCH] chore: upgrade console version (#1174) Signed-off-by: ericsyh (cherry picked from commit 1e7088f3ba2f83188d4e07379c5418ef91af915f) --- charts/sn-platform-slim/values.yaml | 2 +- charts/sn-platform/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sn-platform-slim/values.yaml b/charts/sn-platform-slim/values.yaml index bc2a5d014..fbc23a77d 100644 --- a/charts/sn-platform-slim/values.yaml +++ b/charts/sn-platform-slim/values.yaml @@ -189,7 +189,7 @@ images: pullPolicy: IfNotPresent streamnative_console: repository: streamnative/private-cloud-console - tag: "v2.3.5-rc.5" + tag: "v2.3.5" pullPolicy: IfNotPresent hasCommand: false node_exporter: diff --git a/charts/sn-platform/values.yaml b/charts/sn-platform/values.yaml index 7ffacfc4c..ebaf77dd5 100644 --- a/charts/sn-platform/values.yaml +++ b/charts/sn-platform/values.yaml @@ -216,7 +216,7 @@ images: pullPolicy: IfNotPresent streamnative_console: repository: streamnative/private-cloud-console - tag: "v2.3.5-rc.5" + tag: "v2.3.5" pullPolicy: IfNotPresent hasCommand: false node_exporter: