Skip to content

Commit c102a35

Browse files
committed
feat(ovn): bump to latest OVN from OpenStack Helm
OpenStack Helm changed to using OVN Kubernetes and this upgrades our chart along with the associated containers to take advantage of this.
1 parent 64749ed commit c102a35

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

apps/openstack/ovn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
component: ovn
3-
repoURL: https://tarballs.opendev.org/openstack/openstack-helm-infra
4-
chartVersion: 2024.2.0
3+
repoURL: https://tarballs.opendev.org/openstack/openstack-helm
4+
chartVersion: 2025.1.1+85569c271

components/images-openstack.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ images:
7272
openvswitch_vswitchd: "docker.io/openstackhelm/openvswitch:ubuntu_jammy-dpdk-20250127"
7373

7474
# ovn
75-
ovn_ovsdb_nb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
76-
ovn_ovsdb_sb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
77-
ovn_northd: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
78-
ovn_controller: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
75+
ovn_ovsdb_nb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
76+
ovn_ovsdb_sb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
77+
ovn_northd: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
78+
ovn_controller: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
79+
ovn_logging_parser: "ghcr.io/rackerlabs/understack/neutron:2024.2-ubuntu_jammy"
7980

8081
# horizon
8182
horizon: "quay.io/airshipit/horizon:2024.2-ubuntu_jammy"

0 commit comments

Comments
 (0)