feat(system-frontend): upgrade system frontend version to v1.4.29 (#1829)

* feat(system-frontend): upgrade system frontend version to v1.4.29

* Update notification_deploy.yaml

* fix source manager ui for market

* Optimize task lock contention in multi-user and multi-source environments

* feat(system-frontend): upload version to v1.4.30

---------

Co-authored-by: Sai <kldtks@live.com>
This commit is contained in:
wiy 2025-09-16 23:51:22 +08:00 committed by GitHub
parent 851745f60c
commit 3fd82f150e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View file

@ -321,7 +321,7 @@ spec:
- name: PGDB
value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration
- name: olares-app-init
image: beclab/system-frontend:v1.4.28
image: beclab/system-frontend:v1.4.30
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@ -442,7 +442,7 @@ spec:
- name: NATS_SUBJECT_VAULT
value: os.vault.{{ .Values.bfl.username}}
- name: user-service
image: beclab/user-service:v0.0.52
image: beclab/user-service:v0.0.53
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000

View file

@ -119,7 +119,7 @@ spec:
name: check-appservice
containers:
- name: chartrepo
image: beclab/dynamic-chart-repository:v0.1.12
image: beclab/dynamic-chart-repository:v0.1.14
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81

View file

@ -99,7 +99,7 @@ spec:
name: check-chart-repo
containers:
- name: appstore-backend
image: beclab/market-backend:v0.4.25
image: beclab/market-backend:v0.4.28
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
@ -154,6 +154,8 @@ spec:
value: market_os_system
- name: HYDRATOR_WORKER_COUNT
value: '5'
- name: HYDRATOR_QUEUE_SIZE
value: '10000'
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:

View file

@ -146,7 +146,7 @@ spec:
value: os_framework_notifications
containers:
- name: notifications-api
image: beclab/notifications-api:v1.12.34
image: beclab/notifications-api:v1.12.35
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010

View file

@ -101,7 +101,7 @@ spec:
value: os_framework_vault
containers:
- name: vault-server
image: beclab/vault-server:v1.4.5
image: beclab/vault-server:v1.4.29
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
@ -145,7 +145,7 @@ spec:
- name: vault-attach
mountPath: /padloc/packages/server/attachments
- name: vault-admin
image: beclab/vault-admin:v1.4.5
image: beclab/vault-admin:v1.4.29
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010