Skip to content

Commit 5ace89a

Browse files
Merge pull request #10 from Monokaix/release-0.1
Bump to v0.1.0
2 parents 04320cc + a131693 commit 5ace89a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Login one node of your kubernetes cluster and execute the following command to i
2222
```shell
2323
kubectl create ns volcano-system
2424

25-
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/dashboard/main/deployment/volcano-dashboard.yaml
25+
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/dashboard/release-0.1/deployment/volcano-dashboard.yaml
2626
```
2727

2828
Then use the following command to map the traffic to node.

deployment/volcano-dashboard.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ spec:
1818
spec:
1919
serviceAccountName: volcano-dashboard
2020
containers:
21-
- image: volcanosh/vc-dashboard-frontend:latest
21+
- image: volcanosh/vc-dashboard-frontend:v0.1.0
2222
imagePullPolicy: Always
2323
name: frontend
2424
ports:
2525
- containerPort: 80
2626
name: frontend
2727
protocol: TCP
28-
- image: volcanosh/vc-dashboard-backend:latest
28+
- image: volcanosh/vc-dashboard-backend:v0.1.0
2929
imagePullPolicy: Always
3030
name: backend
3131
ports:

0 commit comments

Comments
 (0)