Skip to content

Commit d705df5

Browse files
authored
chore: optimize controlhub and dashboard build configuration (#196)
1 parent a364997 commit d705df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: apps/system-apps/config/user/helm-charts/monitoring/templates/monitoring_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
fieldPath: status.podIP
6363
containers:
6464
- name: dashboard-frontend
65-
image: beclab/dashboard-frontend-v1:v0.2.17
65+
image: beclab/dashboard-frontend-v1:v0.2.20
6666
imagePullPolicy: IfNotPresent
6767
ports:
6868
- containerPort: 80

Diff for: apps/system-apps/config/user/helm-charts/system/templates/admin_console_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
fieldPath: status.podIP
6161
containers:
6262
- name: control-hub-frontend
63-
image: beclab/admin-console-frontend-v1:v0.2.22
63+
image: beclab/admin-console-frontend-v1:v0.2.25
6464
imagePullPolicy: IfNotPresent
6565
ports:
6666
- containerPort: 80

0 commit comments

Comments
 (0)