Add Ubuntu Focal and Jammy overrides for openvswitch

Change-Id: Ifc4fa0cbc9c7b4f2a9785edcecd562beb00abab3
This commit is contained in:
Vladimir Kozhukalov 2024-01-02 08:55:41 -06:00
parent d7a45a864a
commit 1a112e9fba
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
...