@@ -108,7 +108,7 @@ spec:
108
108
- --port=8443
109
109
- -v=4
110
110
- 2>&1
111
- image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.3
111
+ image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.4
112
112
imagePullPolicy: IfNotPresent
113
113
name: admission
114
114
volumeMounts:
@@ -137,7 +137,7 @@ spec:
137
137
restartPolicy: Never
138
138
containers:
139
139
- name: main
140
- image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.3
140
+ image: ghcr.io/spotify/volcano/vc-webhook-manager-arm64:v1.3.0-spotify.4
141
141
imagePullPolicy: IfNotPresent
142
142
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
143
143
"volcano-system", "--secret", "volcano-admission-secret"]
@@ -8432,7 +8432,7 @@ spec:
8432
8432
serviceAccount: volcano-controllers
8433
8433
containers:
8434
8434
- name: volcano-controllers
8435
- image: ghcr.io/spotify/volcano/vc-controller-manager-arm64:v1.3.0-spotify.3
8435
+ image: ghcr.io/spotify/volcano/vc-controller-manager-arm64:v1.3.0-spotify.4
8436
8436
args:
8437
8437
- --logtostderr
8438
8438
- -v=4
@@ -8579,7 +8579,7 @@ spec:
8579
8579
serviceAccount: volcano-scheduler
8580
8580
containers:
8581
8581
- name: volcano-scheduler
8582
- image: ghcr.io/spotify/volcano/vc-scheduler-arm64:v1.3.0-spotify.3
8582
+ image: ghcr.io/spotify/volcano/vc-scheduler-arm64:v1.3.0-spotify.4
8583
8583
args:
8584
8584
- --logtostderr
8585
8585
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
0 commit comments