From 34b3b4f1f421c90d49139328c26a8ce8b5f033b7 Mon Sep 17 00:00:00 2001 From: lvdongbing Date: Sun, 23 Apr 2023 02:24:21 +0000 Subject: [PATCH] Upgrade openvswitch image to latest-ubuntu_focal to fix qos issue Closes-Bug: #2017383 Change-Id: I21c0260fa90ecdc1cc52469fea508f1f0bac5692 --- openvswitch/Chart.yaml | 2 +- openvswitch/values.yaml | 4 ++-- releasenotes/notes/openvswitch.yaml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/openvswitch/Chart.yaml b/openvswitch/Chart.yaml index e7c1972f7..f0e783807 100644 --- a/openvswitch/Chart.yaml +++ b/openvswitch/Chart.yaml @@ -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: diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index 7909a20ae..4c6971c22 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -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" diff --git a/releasenotes/notes/openvswitch.yaml b/releasenotes/notes/openvswitch.yaml index 18ae99341..3babdee61 100644 --- a/releasenotes/notes/openvswitch.yaml +++ b/releasenotes/notes/openvswitch.yaml @@ -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 ...