Skip to content

Commit 1d1706c

Browse files
authored
release v.1.3.0-spotify.4 (volcano-sh#29)
Co-authored-by: Yunus Olgun <[email protected]>
1 parent a29bd89 commit 1d1706c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

installer/volcano-development-arm64.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
- --port=8443
109109
- -v=4
110110
- 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
112112
imagePullPolicy: IfNotPresent
113113
name: admission
114114
volumeMounts:
@@ -137,7 +137,7 @@ spec:
137137
restartPolicy: Never
138138
containers:
139139
- 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
141141
imagePullPolicy: IfNotPresent
142142
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
143143
"volcano-system", "--secret", "volcano-admission-secret"]
@@ -8432,7 +8432,7 @@ spec:
84328432
serviceAccount: volcano-controllers
84338433
containers:
84348434
- 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
84368436
args:
84378437
- --logtostderr
84388438
- -v=4
@@ -8579,7 +8579,7 @@ spec:
85798579
serviceAccount: volcano-scheduler
85808580
containers:
85818581
- 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
85838583
args:
85848584
- --logtostderr
85858585
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf

installer/volcano-development.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
- --port=8443
109109
- -v=4
110110
- 2>&1
111-
image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.3
111+
image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.4
112112
imagePullPolicy: IfNotPresent
113113
name: admission
114114
volumeMounts:
@@ -137,7 +137,7 @@ spec:
137137
restartPolicy: Never
138138
containers:
139139
- name: main
140-
image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.3
140+
image: ghcr.io/spotify/volcano/vc-webhook-manager:v1.3.0-spotify.4
141141
imagePullPolicy: IfNotPresent
142142
command: ["./gen-admission-secret.sh", "--service", "volcano-admission-service", "--namespace",
143143
"volcano-system", "--secret", "volcano-admission-secret"]
@@ -8432,7 +8432,7 @@ spec:
84328432
serviceAccount: volcano-controllers
84338433
containers:
84348434
- name: volcano-controllers
8435-
image: ghcr.io/spotify/volcano/vc-controller-manager:v1.3.0-spotify.3
8435+
image: ghcr.io/spotify/volcano/vc-controller-manager:v1.3.0-spotify.4
84368436
args:
84378437
- --logtostderr
84388438
- -v=4
@@ -8579,7 +8579,7 @@ spec:
85798579
serviceAccount: volcano-scheduler
85808580
containers:
85818581
- name: volcano-scheduler
8582-
image: ghcr.io/spotify/volcano/vc-scheduler:v1.3.0-spotify.3
8582+
image: ghcr.io/spotify/volcano/vc-scheduler:v1.3.0-spotify.4
85838583
args:
85848584
- --logtostderr
85858585
- --scheduler-conf=/volcano.scheduler/volcano-scheduler.conf

0 commit comments

Comments
 (0)