From d6dd1defa986cb598944e19e12b59c1c1ccd06b9 Mon Sep 17 00:00:00 2001 From: yyh <24493052+yongheng2016@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:08:55 +0800 Subject: [PATCH] fix: optimized controlhub and dashboard (#325) * fix: fix controlhub/browse/*,storage/* bugs * fix: fix dashboard/analytics i18n --- .../helm-charts/monitoring/templates/monitoring_deploy.yaml | 2 +- .../user/helm-charts/system/templates/admin_console_deploy.yaml | 2 +- .../app-service/config/cluster/deploy/appservice_deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/system-apps/config/user/helm-charts/monitoring/templates/monitoring_deploy.yaml b/apps/system-apps/config/user/helm-charts/monitoring/templates/monitoring_deploy.yaml index 07444d48..0ade6892 100644 --- a/apps/system-apps/config/user/helm-charts/monitoring/templates/monitoring_deploy.yaml +++ b/apps/system-apps/config/user/helm-charts/monitoring/templates/monitoring_deploy.yaml @@ -68,7 +68,7 @@ spec: fieldPath: status.podIP containers: - name: dashboard-frontend - image: beclab/dashboard-frontend-v1:v0.3.1 + image: beclab/dashboard-frontend-v1:v0.3.2 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/apps/system-apps/config/user/helm-charts/system/templates/admin_console_deploy.yaml b/apps/system-apps/config/user/helm-charts/system/templates/admin_console_deploy.yaml index 7a27b804..94b80d26 100644 --- a/apps/system-apps/config/user/helm-charts/system/templates/admin_console_deploy.yaml +++ b/apps/system-apps/config/user/helm-charts/system/templates/admin_console_deploy.yaml @@ -66,7 +66,7 @@ spec: fieldPath: status.podIP containers: - name: control-hub-frontend - image: beclab/admin-console-frontend-v1:v0.3.5 + image: beclab/admin-console-frontend-v1:v0.3.6 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml index 756dd739..1a3312fc 100644 --- a/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml +++ b/frameworks/app-service/config/cluster/deploy/appservice_deploy.yaml @@ -342,7 +342,7 @@ spec: hostNetwork: true containers: - name: image-service - image: beclab/image-service:0.2.26 + image: beclab/image-service:0.2.27 imagePullPolicy: IfNotPresent securityContext: runAsUser: 0