From 1b3deedc47bfac5a7f5a04cd095b06b23c8df297 Mon Sep 17 00:00:00 2001 From: wiy Date: Tue, 10 Jun 2025 01:19:52 +0800 Subject: [PATCH] feat(system-frontend): update desktop&market&user-service new version (#1418) * feat(system-frontend): update desktop&market&user-service new version * feat: update the mirror versions of dashboard, control-hub and studio --------- Co-authored-by: yyh <24493052+yongheng2016@users.noreply.github.com> --- .../templates/system-frontend.yaml | 34 +++++++++++++------ .../auth/templates/auth_deploy.yaml | 2 +- .../cluster/deploy/knowledge_deployment.yaml | 4 --- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml b/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml index 4fd872076..65ad9c75c 100644 --- a/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml +++ b/apps/.olares/config/user/helm-charts/system-apps/templates/system-frontend.yaml @@ -316,7 +316,7 @@ spec: apiVersion: v1 fieldPath: status.podIP - name: dashboard-init - image: beclab/dashboard-frontend-v1:v0.4.9 + image: beclab/dashboard:v1.3.73 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -328,7 +328,7 @@ spec: - mountPath: /www name: www-dir - name: control-hub-init - image: beclab/admin-console-frontend-v1:v0.5.8 + image: beclab/control-hub:v1.3.73 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -376,7 +376,7 @@ spec: - mountPath: /www name: www-dir - name: settings-init - image: beclab/settings:v1.3.71 + image: beclab/settings:v1.3.73 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -388,7 +388,7 @@ spec: - mountPath: /www name: www-dir - name: studio-init - image: beclab/studio:v0.2.16 + image: beclab/studio:v1.3.73 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -471,7 +471,7 @@ spec: - mountPath: /www name: www-dir - name: edge-desktop-init - image: beclab/desktop:v1.3.72 + image: beclab/desktop:v1.3.73 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -613,7 +613,7 @@ spec: - name: NATS_SUBJECT_USER_APPS value: terminus.user.vault.{{ .Values.bfl.username}} - name: user-service - image: beclab/user-service:v0.0.11 + image: beclab/user-service:v0.0.12 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 @@ -669,6 +669,21 @@ spec: name: user-service-nats-secret - name: NATS_SUBJECT_USER_APPS value: terminus.user.*.{{ .Values.bfl.username}} + - name: NATS_SUBJECT_USER_VAULT + value: terminus.user.vault.{{ .Values.bfl.username}} + - name: NATS_SUBJECT_USER_KNOWLEDGE + value: terminus.user.knowledge.{{ .Values.bfl.username}} + - name: NATS_SUBJECT_USER_MARKET + value: terminus.user.market.{{.Values.bfl.username}} + - name: NATS_SUBJECT_USER_NOTIFICATION + value: terminus.user.notification.{{.Values.bfl.username}} + - name: NATS_SUBJECT_USER_SEARCH + value: terminus.user.search.{{.Values.bfl.username}} + - name: NATS_SUBJECT_USER_SEAHUB + value: terminus.user.seahub.{{.Values.bfl.username}} + - name: NATS_SUBJECT_USER_APPLICATION + value: terminus.user.application.{{.Values.bfl.username}} + - name: drive-server image: beclab/drive:v0.0.72 imagePullPolicy: IfNotPresent @@ -2573,7 +2588,7 @@ data: } location /ws { - proxy_pass http://rss-svc.os-system:40010; + proxy_pass http://127.0.0.1:3100; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; @@ -3403,9 +3418,6 @@ data: upstream AppstoreBackendServer { server appstore-svc:81; } - upstream AppstoreBackendWebScoket { - server appstore-svc:40010; - } server { listen 90; gzip off; @@ -3423,7 +3435,7 @@ data: } location /ws { - proxy_pass http://AppstoreBackendWebScoket; + proxy_pass http://127.0.0.1:3100; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; diff --git a/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml b/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml index 2e027b41c..5c5a3de1f 100644 --- a/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml +++ b/framework/authelia/.olares/config/user/helm-charts/auth/templates/auth_deploy.yaml @@ -28,7 +28,7 @@ spec: name: check-auth containers: - name: auth-front - image: beclab/login:v1.3.72 + image: beclab/login:v1.3.73 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/framework/knowledge/.olares/config/cluster/deploy/knowledge_deployment.yaml b/framework/knowledge/.olares/config/cluster/deploy/knowledge_deployment.yaml index 5d119b224..df2c11e42 100644 --- a/framework/knowledge/.olares/config/cluster/deploy/knowledge_deployment.yaml +++ b/framework/knowledge/.olares/config/cluster/deploy/knowledge_deployment.yaml @@ -385,10 +385,6 @@ spec: protocol: TCP port: 3010 targetPort: 3010 - - name: "knowledge-websocket" - protocol: TCP - port: 40010 - targetPort: 40010 --- apiVersion: v1