[libvirt] update values.yaml to use train libvirt image
this means the chart works 'as-is' (with the rest of the currently released components) in most cases without the explicit need for an image override. Change-Id: Id11079b5ce3a8d1010e604300f457e4060aee582
This commit is contained in:
parent
6228f5e958
commit
14d8118e2e
@ -27,7 +27,7 @@ labels:
|
||||
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
|
||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20200217'
|
||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||
image_repo_sync: docker.io/docker:17.07.0
|
||||
|
4
libvirt/values_overrides/ocata-ubuntu_xenial.yaml
Normal file
4
libvirt/values_overrides/ocata-ubuntu_xenial.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
4
libvirt/values_overrides/pike-ubuntu_xenial.yaml
Normal file
4
libvirt/values_overrides/pike-ubuntu_xenial.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
4
libvirt/values_overrides/queens-ubuntu_xenial.yaml
Normal file
4
libvirt/values_overrides/queens-ubuntu_xenial.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
4
libvirt/values_overrides/rocky-ubuntu_xenial.yaml
Normal file
4
libvirt/values_overrides/rocky-ubuntu_xenial.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
|
Loading…
Reference in New Issue
Block a user