Skip to content

Commit

Permalink
Merge pull request volcano-sh#78 from volcano-sh/updateimg
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Ma authored Apr 8, 2019
2 parents f502e35 + 06f0473 commit d4d8233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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_PREFIX=volcanosh/vk
TAG = latest

.EXPORT_ALL_VARIABLES:
Expand All @@ -23,7 +23,7 @@ image_bins:
images: image_bins
for name in controllers scheduler admission; do\
cp ${BIN_DIR}/${BIN_OSARCH}/vk-$$name ./installer/dockerfile/$$name/; \
docker build --no-cache -t $(IMAGE)-$$name:$(TAG) ./installer/dockerfile/$$name; \
docker build --no-cache -t $(IMAGE_PREFIX)-$$name:$(TAG) ./installer/dockerfile/$$name; \
rm installer/dockerfile/$$name/vk-$$name; \
done

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 d4d8233

Please sign in to comment.