diff --git a/installer/volcano-development-arm64.yaml b/installer/volcano-development-arm64.yaml index cf67ddbbe0..c564623e10 100644 --- a/installer/volcano-development-arm64.yaml +++ b/installer/volcano-development-arm64.yaml @@ -108,7 +108,7 @@ spec: - --port=8443 - -v=4 - 2>&1 - image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:latest + image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.8 imagePullPolicy: IfNotPresent name: admission volumeMounts: @@ -137,7 +137,7 @@ spec: restartPolicy: Never containers: - name: main - image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:latest + image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.8 imagePullPolicy: IfNotPresent command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace", "volcano-system", "--secret", "volcano-admission-secret"] @@ -8432,7 +8432,7 @@ spec: serviceAccount: volcano-controllers containers: - name: volcano-controllers - image: ghcr.io/spotify/volcano/vc-controller-manager-arm64:latest + image: ghcr.io/spotify/volcano/vc-controller-manager-arm64:v1.3.0-spotify.8 args: - --logtostderr - -v=4 @@ -8579,7 +8579,7 @@ spec: serviceAccount: volcano-scheduler containers: - name: volcano-scheduler - image: ghcr.io/spotify/volcano/vc-scheduler-arm64:latest + image: ghcr.io/spotify/volcano/vc-scheduler-arm64:v1.3.0-spotify.8 args: - --logtostderr - --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf diff --git a/installer/volcano-development.yaml b/installer/volcano-development.yaml index 8761dda1a4..8279e483fb 100644 --- a/installer/volcano-development.yaml +++ b/installer/volcano-development.yaml @@ -108,7 +108,7 @@ spec: - --port=8443 - -v=4 - 2>&1 - image: ghcr.io/spotify/volcano/vc-webhook-manager:latest + image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.8 imagePullPolicy: IfNotPresent name: admission volumeMounts: @@ -137,7 +137,7 @@ spec: restartPolicy: Never containers: - name: main - image: ghcr.io/spotify/volcano/vc-webhook-manager:latest + image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.8 imagePullPolicy: IfNotPresent command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace", "volcano-system", "--secret", "volcano-admission-secret"] @@ -8432,7 +8432,7 @@ spec: serviceAccount: volcano-controllers containers: - name: volcano-controllers - image: ghcr.io/spotify/volcano/vc-controller-manager:latest + image: ghcr.io/spotify/volcano/vc-controller-manager:v1.3.0-spotify.8 args: - --logtostderr - -v=4 @@ -8579,7 +8579,7 @@ spec: serviceAccount: volcano-scheduler containers: - name: volcano-scheduler - image: ghcr.io/spotify/volcano/vc-scheduler:latest + image: ghcr.io/spotify/volcano/vc-scheduler:v1.3.0-spotify.8 args: - --logtostderr - --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf