Skip to content

Commit

Permalink
release v1.3.0-spotify.8 (volcano-sh#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Yunus Olgun <yunuso@spotify.com>
  • Loading branch information
yolgun and yolgun committed Sep 16, 2022
1 parent ef7ea7a commit 5a0a4da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions installer/volcano-development-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions installer/volcano-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a0a4da

Please sign in to comment.