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: {