Skip to content

Commit 82b5a66

Browse files
committed
cherry-pick: update system frontend and user service (#2034)
1 parent ed9f318 commit 82b5a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/.olares/config/user/helm-charts/system-apps/templates/olares-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ spec:
303303
chown -R 1000:1000 /uploadstemp && \
304304
chown -R 1000:1000 /appdata
305305
- name: olares-app-init
306-
image: beclab/system-frontend:v1.5.24
306+
image: beclab/system-frontend:v1.5.25
307307
imagePullPolicy: IfNotPresent
308308
command:
309309
- /bin/sh
@@ -424,7 +424,7 @@ spec:
424424
- name: NATS_SUBJECT_VAULT
425425
value: os.vault.{{ .Values.bfl.username}}
426426
- name: user-service
427-
image: beclab/user-service:v0.0.67
427+
image: beclab/user-service:v0.0.68
428428
imagePullPolicy: IfNotPresent
429429
ports:
430430
- containerPort: 3000

0 commit comments

Comments
 (0)