From 5e314c291529ccfa1b49dd5b252cc8ba9e28ec9a Mon Sep 17 00:00:00 2001 From: Li Li Date: Sat, 12 Oct 2024 09:47:01 +0800 Subject: [PATCH] Fix console cves (#1185) * upgrade console to fix related cves Signed-off-by: lili * update Signed-off-by: lili --------- Signed-off-by: lili (cherry picked from commit 09a89eaf6d3c56e3eb199dbb96fe879b32bb96aa) --- 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 3d6c86b72..9a64b402e 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.6-rc3" + tag: "v2.3.8" pullPolicy: IfNotPresent hasCommand: false node_exporter: diff --git a/charts/sn-platform/values.yaml b/charts/sn-platform/values.yaml index 2fc3252da..b2351ff71 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.6-rc3" + tag: "v2.3.8" pullPolicy: IfNotPresent hasCommand: false node_exporter: