diff --git a/installer/volcano-development-arm64.yaml b/installer/volcano-development-arm64.yaml index e70f3ea10c..cf67ddbbe0 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:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:latest imagePullPolicy: IfNotPresent name: admission volumeMounts: @@ -137,7 +137,7 @@ spec: restartPolicy: Never containers: - name: main - image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:latest 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:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-controller-manager-arm64:latest args: - --logtostderr - -v=4 @@ -8579,7 +8579,7 @@ spec: serviceAccount: volcano-scheduler containers: - name: volcano-scheduler - image: ghcr.io/spotify/volcano/vc-scheduler-arm64:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-scheduler-arm64:latest args: - --logtostderr - --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf diff --git a/installer/volcano-development.yaml b/installer/volcano-development.yaml index 9b495a154a..8761dda1a4 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:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-webhook-manager:latest imagePullPolicy: IfNotPresent name: admission volumeMounts: @@ -137,7 +137,7 @@ spec: restartPolicy: Never containers: - name: main - image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-webhook-manager:latest 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:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-controller-manager:latest args: - --logtostderr - -v=4 @@ -8579,7 +8579,7 @@ spec: serviceAccount: volcano-scheduler containers: - name: volcano-scheduler - image: ghcr.io/spotify/volcano/vc-scheduler:v1.3.0-spotify.9 + image: ghcr.io/spotify/volcano/vc-scheduler:latest args: - --logtostderr - --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf