Merge "Updating helm overrides to use new docker image tags"

This commit is contained in:
Zuul 2018-11-21 17:13:47 +00:00 committed by Gerrit Code Review
commit 8bede87cd6
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
SRC_DIR="sysinv"
TIS_PATCH_VER=290
TIS_PATCH_VER=291

View File

@ -72,6 +72,7 @@ IMG_PREFIX_LOC = 'stx-'
TAGS_PIKE = 'pike'
TAGS_LATEST = 'latest'
TAGS_STX_LATEST = 'dev-centos-pike-latest'
DOCKER_SRCS = {
DOCKER_SRC_OSH: {
@ -83,7 +84,7 @@ DOCKER_SRCS = {
DOCKER_SRC_STX: {
IMG_BASE_KEY: '{}/{}'.format(REGISTRY_STX, REPO_STX),
IMG_PREFIX_KEY: IMG_PREFIX_STX,
IMG_TAG_KEY: TAGS_LATEST
IMG_TAG_KEY: TAGS_STX_LATEST
},
DOCKER_SRC_LOC: {
IMG_BASE_KEY: '{}/{}'.format(REGISTRY_LOC, REPO_LOC),