From 86290d1ce99c679539bd8c7ae727b7932b9c83d4 Mon Sep 17 00:00:00 2001 From: wiy Date: Mon, 3 Nov 2025 17:23:19 +0800 Subject: [PATCH] feat(olares-app): update system-frontend new version (#2027) --- .../user/helm-charts/system-apps/templates/olares-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml b/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml index 42b4d8b4a..08d3dd88e 100644 --- a/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml +++ b/apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml @@ -303,7 +303,7 @@ spec: chown -R 1000:1000 /uploadstemp && \ chown -R 1000:1000 /appdata - name: olares-app-init - image: beclab/system-frontend:v1.5.21 + image: beclab/system-frontend:v1.5.22 imagePullPolicy: IfNotPresent command: - /bin/sh @@ -424,7 +424,7 @@ spec: - name: NATS_SUBJECT_VAULT value: os.vault.{{ .Values.bfl.username}} - name: user-service - image: beclab/user-service:v0.0.66 + image: beclab/user-service:v0.0.67 imagePullPolicy: IfNotPresent ports: - containerPort: 3000