From 319e0d345a0476cd616b1c19b458f2c6a09302c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Suchomel?= <jiri.suchomel@suse.com>
Date: Thu, 18 Apr 2019 10:23:30 +0200
Subject: [PATCH] Add OpenSUSE Leap15 specific values overrides

Only provide the paths for the right images, no other helm charts updates.

Change-Id: I9449bc30a4a36062219f44612fadcc81ce777410
---
 libvirt/.helmignore                                 | 1 +
 libvirt/values_overrides/rocky-opensuse_15.yaml     | 4 ++++
 openvswitch/.helmignore                             | 1 +
 openvswitch/values_overrides/rocky-opensuse_15.yaml | 5 +++++
 4 files changed, 11 insertions(+)
 create mode 100644 libvirt/.helmignore
 create mode 100644 libvirt/values_overrides/rocky-opensuse_15.yaml
 create mode 100644 openvswitch/.helmignore
 create mode 100644 openvswitch/values_overrides/rocky-opensuse_15.yaml

diff --git a/libvirt/.helmignore b/libvirt/.helmignore
new file mode 100644
index 0000000000..b54c347b85
--- /dev/null
+++ b/libvirt/.helmignore
@@ -0,0 +1 @@
+values_overrides
diff --git a/libvirt/values_overrides/rocky-opensuse_15.yaml b/libvirt/values_overrides/rocky-opensuse_15.yaml
new file mode 100644
index 0000000000..a4f925eb4e
--- /dev/null
+++ b/libvirt/values_overrides/rocky-opensuse_15.yaml
@@ -0,0 +1,4 @@
+---
+images:
+  tags:
+    libvirt: docker.io/openstackhelm/libvirt:latest-opensuse_15
diff --git a/openvswitch/.helmignore b/openvswitch/.helmignore
new file mode 100644
index 0000000000..b54c347b85
--- /dev/null
+++ b/openvswitch/.helmignore
@@ -0,0 +1 @@
+values_overrides
diff --git a/openvswitch/values_overrides/rocky-opensuse_15.yaml b/openvswitch/values_overrides/rocky-opensuse_15.yaml
new file mode 100644
index 0000000000..582e1f9cb3
--- /dev/null
+++ b/openvswitch/values_overrides/rocky-opensuse_15.yaml
@@ -0,0 +1,5 @@
+---
+images:
+  tags:
+    openvswitch_db_server: docker.io/openstackhelm/libvirt:latest-opensuse_15
+    openvswitch_vswitchd: docker.io/openstackhelm/libvirt:latest-opensuse_15