diff --git a/openvswitch/Chart.yaml b/openvswitch/Chart.yaml index 52f32fe32..c38845977 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.22 +version: 0.1.23 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/templates/daemonset.yaml b/openvswitch/templates/daemonset.yaml index 798402386..0caa31f3d 100644 --- a/openvswitch/templates/daemonset.yaml +++ b/openvswitch/templates/daemonset.yaml @@ -58,7 +58,7 @@ exec: {{- $envAll := . }} {{- $serviceAccountName := "openvswitch-server" }} -{{ tuple $envAll "vswitchd" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }} +{{ tuple $envAll "ovs" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }} --- apiVersion: apps/v1 kind: DaemonSet diff --git a/releasenotes/notes/openvswitch.yaml b/releasenotes/notes/openvswitch.yaml index 3da239580..8f3dab5ae 100644 --- a/releasenotes/notes/openvswitch.yaml +++ b/releasenotes/notes/openvswitch.yaml @@ -23,4 +23,5 @@ openvswitch: - 0.1.20 Add Ubuntu Focal and Ubuntu Jammy overrides - 0.1.21 Add overrides for dpdk - 0.1.22 Change hugepages size to 2M for easier configuration + - 0.1.23 Fix rolebinding for init container ...