Skip to content

Commit

Permalink
update image tag to v1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thor-wl <13164644535@163.com>
  • Loading branch information
Thor-wl committed Dec 31, 2021
1 parent 9166f1f commit ee77bea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer/volcano-development.yaml
Expand Up @@ -143,7 +143,7 @@ spec:
- --port=8443
- -v=4
- 2>&1
image: volcanosh/vc-webhook-manager:latest
image: volcanosh/vc-webhook-manager:v1.5.0
imagePullPolicy: IfNotPresent
name: admission
volumeMounts:
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
restartPolicy: Never
containers:
- name: main
image: volcanosh/vc-webhook-manager:latest
image: volcanosh/vc-webhook-manager:v1.5.0
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
"volcano-system", "--secret", "volcano-admission-secret"]
Expand Down Expand Up @@ -7551,7 +7551,7 @@ spec:
serviceAccount: volcano-controllers
containers:
- name: volcano-controllers
image: volcanosh/vc-controller-manager:latest
image: volcanosh/vc-controller-manager:v1.5.0
args:
- --logtostderr
- --enable-healthz=true
Expand Down Expand Up @@ -7703,7 +7703,7 @@ spec:
serviceAccount: volcano-scheduler
containers:
- name: volcano-scheduler
image: volcanosh/vc-scheduler:latest
image: volcanosh/vc-scheduler:v1.5.0
args:
- --logtostderr
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
Expand Down

0 comments on commit ee77bea

Please sign in to comment.