From 3b56059087b42c7510b8693dc85d84106779b617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Suchomel?= Date: Thu, 9 May 2019 14:46:16 +0200 Subject: [PATCH] Add OpenSUSE Leap15 specific values overrides for barbican Only provide the paths for the right images, no other helm charts updates. Change-Id: Ibff6210d5bbbf5897eb23e252b6445a938a158d8 --- barbican/.helmignore | 1 + barbican/values_overrides/rocky-opensuse_15.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 barbican/.helmignore create mode 100644 barbican/values_overrides/rocky-opensuse_15.yaml diff --git a/barbican/.helmignore b/barbican/.helmignore new file mode 100644 index 0000000000..b54c347b85 --- /dev/null +++ b/barbican/.helmignore @@ -0,0 +1 @@ +values_overrides diff --git a/barbican/values_overrides/rocky-opensuse_15.yaml b/barbican/values_overrides/rocky-opensuse_15.yaml new file mode 100644 index 0000000000..e665a9f599 --- /dev/null +++ b/barbican/values_overrides/rocky-opensuse_15.yaml @@ -0,0 +1,12 @@ +--- +images: + tags: + bootstrap: "docker.io/openstackhelm/heat:rocky-opensuse_15" + scripted_test: "docker.io/openstackhelm/heat:rocky-opensuse_15" + db_init: "docker.io/openstackhelm/heat:rocky-opensuse_15" + barbican_db_sync: "docker.io/openstackhelm/barbican:rocky-opensuse_15" + db_drop: "docker.io/openstackhelm/heat:rocky-opensuse_15" + ks_user: "docker.io/openstackhelm/heat:rocky-opensuse_15" + ks_service: "docker.io/openstackhelm/heat:rocky-opensuse_15" + ks_endpoints: "docker.io/openstackhelm/heat:rocky-opensuse_15" + barbican_api: "docker.io/openstackhelm/barbican:rocky-opensuse_15"