Add Ubuntu Focal and Jammy overrides for openvswitch
Change-Id: Ifc4fa0cbc9c7b4f2a9785edcecd562beb00abab3
This commit is contained in:
parent
d7a45a864a
commit
1a112e9fba
@ -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:
|
||||
|
6
openvswitch/values_overrides/ubuntu_focal.yaml
Normal file
6
openvswitch/values_overrides/ubuntu_focal.yaml
Normal 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
|
||||
...
|
6
openvswitch/values_overrides/ubuntu_jammy.yaml
Normal file
6
openvswitch/values_overrides/ubuntu_jammy.yaml
Normal 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
|
||||
...
|
@ -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
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user