Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/openstack/ovn.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
component: ovn
repoURL: https://tarballs.opendev.org/openstack/openstack-helm-infra
chartVersion: 2024.2.0
repoURL: https://tarballs.opendev.org/openstack/openstack-helm
chartVersion: 2025.1.1+85569c271
9 changes: 5 additions & 4 deletions components/images-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ images:
openvswitch_vswitchd: "docker.io/openstackhelm/openvswitch:ubuntu_jammy-dpdk-20250127"

# ovn
ovn_ovsdb_nb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
ovn_ovsdb_sb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
ovn_northd: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
ovn_controller: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250111"
ovn_ovsdb_nb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
ovn_ovsdb_sb: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
ovn_northd: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
ovn_controller: "docker.io/openstackhelm/ovn:ubuntu_jammy-20250628"
ovn_logging_parser: "ghcr.io/rackerlabs/understack/neutron:2024.2-ubuntu_jammy"

# horizon
horizon: "quay.io/airshipit/horizon:2024.2-ubuntu_jammy"
Expand Down
Loading