We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d017f2a commit 8180032Copy full SHA for 8180032
deployment/volcano-dashboard.yaml
@@ -23,7 +23,7 @@ spec:
23
type: RuntimeDefault
24
serviceAccountName: volcano-dashboard
25
containers:
26
- - image: volcanosh/vc-dashboard-frontend:latest
+ - image: volcanosh/vc-dashboard-frontend:v0.1.1
27
imagePullPolicy: Always
28
name: frontend
29
ports:
@@ -42,7 +42,7 @@ spec:
42
name: nginx-cache
43
- mountPath: /run
44
name: nginx-run
45
- - image: volcanosh/vc-dashboard-backend:latest
+ - image: volcanosh/vc-dashboard-backend:v0.1.1
46
47
name: backend
48
0 commit comments