diff --git a/installer/volcano-development.yaml b/installer/volcano-development.yaml index a54b100693..df3351c4f0 100644 --- a/installer/volcano-development.yaml +++ b/installer/volcano-development.yaml @@ -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: @@ -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"] @@ -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 @@ -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