From b8e5d932d3133b10bc83e514ed184289f2eee349 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 9 Mar 2018 02:58:45 +0000 Subject: [PATCH] Images: depreciate kolla heat-engine image for LOCI This PS deprecates the kolla heat-engine image for it's LOCI replacement. Change-Id: Ifdab7b23ae15b5f80ee728653dac54c07b5d279f --- charts/drydock/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/drydock/values.yaml b/charts/drydock/values.yaml index 25e9b5de..f33dd80f 100644 --- a/charts/drydock/values.yaml +++ b/charts/drydock/values.yaml @@ -25,9 +25,9 @@ images: tags: drydock: quay.io/attcomdev/drydock:1.0.1 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 - ks_user: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 - ks_service: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 - ks_endpoints: docker.io/kolla/ubuntu-source-heat-engine:3.0.3 + ks_user: docker.io/openstackhelm/heat:newton + ks_service: docker.io/openstackhelm/heat:newton + ks_endpoints: docker.io/openstackhelm/heat:newton drydock_db_init: docker.io/postgres:9.5 drydock_db_sync: quay.io/attcomdev/drydock:1.0.1 pull_policy: "IfNotPresent"