Skip to content

Commit

Permalink
Update scripts as per docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Apr 8, 2019
1 parent 31c8a7c commit e79eab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_DIR=_output/bin
BIN_OSARCH=linux/amd64
IMAGE=volcanosh/volcano
IMAGE=volcanosh/vk
TAG = latest

.EXPORT_ALL_VARIABLES:
Expand Down
6 changes: 3 additions & 3 deletions installer/chart/volcano/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
basic:
image_tag_version: "latest"
controller_image_name: "volcanosh/volcano-controllers"
scheduler_image_name: "volcanosh/volcano-scheduler"
admission_image_name: "volcanosh/volcano-admission"
controller_image_name: "volcanosh/vk-controllers"
scheduler_image_name: "volcanosh/vk-scheduler"
admission_image_name: "volcanosh/vk-admission"
admission_secret_name: "volcano-admission-secret"
image_pull_secret: ""

0 comments on commit e79eab9

Please sign in to comment.