Merge "Remove unused overrides and update default image"

This commit is contained in:
Zuul 2022-04-28 01:12:20 +00:00 committed by Gerrit Code Review
commit a502896488
10 changed files with 3 additions and 37 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm libvirt
name: libvirt
version: 0.1.10
version: 0.1.11
home: https://libvirt.org
sources:
- https://libvirt.org/git/?p=libvirt.git;a=summary

View File

@ -26,7 +26,7 @@ labels:
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_bionic
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
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/library/docker:17.07.0

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-opensuse_15
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
...

View File

@ -1,5 +0,0 @@
---
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
...

View File

@ -11,4 +11,5 @@ libvirt:
- 0.1.8 Update htk requirements
- 0.1.9 Exec libvirt instead of forking from bash
- 0.1.10 Enable taint toleration for Openstack services jobs
- 0.1.11 Remove unused overrides and update default image
...