Merge "Add Ubuntu Focal and Jammy overrides for openvswitch"

This commit is contained in:
Zuul 2024-01-04 13:23:30 +00:00 committed by Gerrit Code Review
commit 1566fd2c5f
4 changed files with 14 additions and 1 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm OpenVSwitch
name: openvswitch
version: 0.1.19
version: 0.1.20
home: http://openvswitch.org
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources:

View File

@ -0,0 +1,6 @@
---
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
...

View File

@ -0,0 +1,6 @@
---
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy
...

View File

@ -20,4 +20,5 @@ openvswitch:
- 0.1.17 Add buffer to wait for potential new CTL file before running chown
- 0.1.18 Add value for extra poststart command
- 0.1.19 Add check for cgroups v2 file structure
- 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides
...