Upgrade openvswitch image to latest-ubuntu_focal to fix qos issue

Closes-Bug: #2017383
Change-Id: I21c0260fa90ecdc1cc52469fea508f1f0bac5692
This commit is contained in:
lvdongbing 2023-04-23 02:24:21 +00:00 committed by dbcocle-ts
parent 7b8d459d14
commit 34b3b4f1f4
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -20,8 +20,8 @@ release_group: null
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/library/docker:17.07.0
pull_policy: "IfNotPresent"

View File

@ -13,5 +13,6 @@ openvswitch:
- 0.1.10 Merge ovs-db and ovs-vswitchd in one Daemonset
- 0.1.11 Add ovn.yaml in values_override, Enable ptcp_port 6640 which needed when use ovn
- 0.1.12 Replace node-role.kubernetes.io/master with control-plane
- 0.1.13 Upgrade openvswitch image to latest-ubuntu_focal to fix qos issue
...