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