From a77206f90cb5330a61bdfd24512d048db193aff3 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Wed, 21 Jun 2017 14:44:52 -0500 Subject: [PATCH] Horizon: move to kolla 4.0.0 image This PS moves the default horizon image to Kolla 4.0.0 - it is backwards compatible with the 3.0.0 apis. The reason for changing is the image iteslf is much enhanced with plugins installed for many services: murano, designate etc that we deploy with openstack-helm. The alternative would be producing a custom image for the project if we wish to support these services. Change-Id: Ib71cd27f077dd94a7ab56e621d13f0ba4ffb4e49 --- horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon/values.yaml b/horizon/values.yaml index c6d609f7e8..d601919a47 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -20,7 +20,7 @@ replicas: 1 images: - horizon: docker.io/kolla/ubuntu-source-horizon:3.0.3 + horizon: docker.io/kolla/ubuntu-source-horizon:4.0.0 dep_check: docker.io/kolla/ubuntu-source-kubernetes-entrypoint:4.0.0 pull_policy: "IfNotPresent"