From db728df9c6e850ea0058c4a53ee18e5c91e25cc9 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 29 Mar 2019 14:59:13 -0400 Subject: [PATCH] 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 --- .../stx-openstack-helm/nova-api-proxy/values.yaml | 2 +- kubernetes/helm-charts/garbd/values.yaml | 2 +- sysinv/sysinv/sysinv/sysinv/helm/common.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/nova-api-proxy/values.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/nova-api-proxy/values.yaml index a10da41d64..e367fd7d10 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/nova-api-proxy/values.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/nova-api-proxy/values.yaml @@ -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 diff --git a/kubernetes/helm-charts/garbd/values.yaml b/kubernetes/helm-charts/garbd/values.yaml index ddef814153..7aab2653eb 100644 --- a/kubernetes/helm-charts/garbd/values.yaml +++ b/kubernetes/helm-charts/garbd/values.yaml @@ -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 diff --git a/sysinv/sysinv/sysinv/sysinv/helm/common.py b/sysinv/sysinv/sysinv/sysinv/helm/common.py index dc1ea20fa8..587d808e5f 100644 --- a/sysinv/sysinv/sysinv/sysinv/helm/common.py +++ b/sysinv/sysinv/sysinv/sysinv/helm/common.py @@ -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: {