Skip to content

Commit

Permalink
fix: optimized controlhub and dashboard (#325)
Browse files Browse the repository at this point in the history
* fix: fix controlhub/browse/*,storage/* bugs

* fix: fix dashboard/analytics i18n
  • Loading branch information
yongheng2016 authored Aug 12, 2024
1 parent 20a8ea6 commit d6dd1de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
fieldPath: status.podIP
containers:
- name: dashboard-frontend
image: beclab/dashboard-frontend-v1:v0.3.1
image: beclab/dashboard-frontend-v1:v0.3.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
fieldPath: status.podIP
containers:
- name: control-hub-frontend
image: beclab/admin-console-frontend-v1:v0.3.5
image: beclab/admin-console-frontend-v1:v0.3.6
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ spec:
hostNetwork: true
containers:
- name: image-service
image: beclab/image-service:0.2.26
image: beclab/image-service:0.2.27
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down

0 comments on commit d6dd1de

Please sign in to comment.