Update sysinv and charts default image to new tags

As part of the migration from pike/master to stable/dev,
this commit updates charts and sysinv to update the default
tag to master-centos-dev-latest.

Change-Id: I3cebd01e259889ac8099cb13542778d308d8b053
Story: 2005248
Task: 30269
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-03-29 14:59:13 -04:00
parent 677b087b7c
commit db728df9c6
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ labels:
images:
tags:
nova_api_proxy: docker.io/starlingx/stx-nova-api-proxy:dev-centos-pike-latest
nova_api_proxy: docker.io/starlingx/stx-nova-api-proxy:master-centos-stable-latest
ks_endpoints: docker.io/openstackhelm/heat:pike
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
pullPolicy: IfNotPresent

View File

@ -77,7 +77,7 @@ images:
pull_policy: IfNotPresent
tags:
dep_check: 'quay.io/stackanetes/kubernetes-entrypoint:v0.3.1'
garbd: 'docker.io/starlingx/stx-mariadb:dev-centos-pike-latest'
garbd: 'docker.io/starlingx/stx-mariadb:master-centos-stable-latest'
image_repo_sync: docker.io/docker:17.07.0
local_registry:
active: false

View File

@ -75,7 +75,7 @@ IMG_PREFIX_LOC = 'stx-'
TAGS_PIKE = 'pike'
TAGS_LATEST = 'latest'
TAGS_STX_LATEST = 'dev-centos-master-latest'
TAGS_STX_LATEST = 'master-centos-dev-latest'
DOCKER_SRCS = {
DOCKER_SRC_OSH: {