From 9e51914bf39dd2d029eb67c07b1389440b4f42bf Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 14 Oct 2019 17:29:04 +0000 Subject: [PATCH] charts: Update kubernetes-entrypoint img location This change updates the location of the kubernetes-entrypoint image to point to its new home in the airshipit namespace on quay.io [0]. The stackanetes image is no longer maintained. [0] https://quay.io/repository/airshipit/kubernetes-entrypoint Depends-On: 8314c530305a7a14cbf72bf0c2e873e0d01c595c Change-Id: I08db87c2f97c687bd87162e2f7eaf81abe882c31 Signed-off-by: Drew Walters --- charts/drydock/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/drydock/values.yaml b/charts/drydock/values.yaml index 47aaebb0..4bea69b1 100644 --- a/charts/drydock/values.yaml +++ b/charts/drydock/values.yaml @@ -31,7 +31,7 @@ labels: images: tags: drydock: quay.io/airshipit/drydock:master - dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 + dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 ks_user: docker.io/openstackhelm/heat:newton ks_service: docker.io/openstackhelm/heat:newton ks_endpoints: docker.io/openstackhelm/heat:newton