Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Fix docker registry and minio endpoints #797

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions scripts/values.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /bin/bash

: ${DISPATCH_NAMESPACE:="dispatch"}
: ${DISPATCH_SERVER_DOCKER_REPOSITORY:="vmware"}
: ${VALUES_PATH:="values.yaml"}

Expand All @@ -9,11 +8,11 @@ image:
host: ${DISPATCH_SERVER_DOCKER_REPOSITORY}
tag: ${TAG}
registry:
url: http://${DISPATCH_NAMESPACE}-docker-registry:5000/
repository: ${DISPATCH_NAMESPACE}-docker-registry:5000
url: http://dispatch-docker-registry:5000/
repository: dispatch-docker-registry:5000
storage:
minio:
address: ${DISPATCH_NAMESPACE}-minio:9000
address: dispatch-minio:9000
username: ${MINIO_USERNAME}
password: ${MINIO_PASSWORD}
EOF