fix: preload font (#669)

Co-authored-by: liuyu <>
This commit is contained in:
berg
2024-11-26 01:05:54 +08:00
committed by GitHub
parent e00f247136
commit 0168a2de78
3 changed files with 6 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ spec:
apiVersion: v1
fieldPath: status.podIP
- name: dashboard-init
image: beclab/dashboard-frontend-v1:v0.4.3
image: beclab/dashboard-frontend-v1:v0.4.4
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -160,7 +160,7 @@ spec:
- mountPath: /www
name: www-dir
- name: control-hub-init
image: beclab/admin-console-frontend-v1:v0.4.3
image: beclab/admin-console-frontend-v1:v0.4.4
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -172,7 +172,7 @@ spec:
- mountPath: /www
name: www-dir
- name: profile-editor-init
image: beclab/profile-editor:v1.0.4
image: beclab/profile-editor:v1.0.5
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -184,7 +184,7 @@ spec:
- mountPath: /www
name: www-dir
- name: profile-preview-init
image: beclab/profile-preview:v1.0.4
image: beclab/profile-preview:v1.0.5
imagePullPolicy: IfNotPresent
command:
- /bin/sh