Merge "Add ovn overrides"

This commit is contained in:
Zuul 2023-12-19 21:21:19 +00:00 committed by Gerrit Code Review
commit 53b4ba5313
5 changed files with 22 additions and 5 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v23.3.0
description: OpenStack-Helm OVN
name: ovn
version: 0.1.4
version: 0.1.5
home: https://www.ovn.org
icon: https://www.ovn.org/images/ovn-logo.png
sources:

View File

@ -20,10 +20,10 @@ release_group: null
images:
tags:
ovn_ovsdb_nb: docker.io/openstackhelm/ovn:latest-ubuntu_focal
ovn_ovsdb_sb: docker.io/openstackhelm/ovn:latest-ubuntu_focal
ovn_northd: docker.io/openstackhelm/ovn:latest-ubuntu_focal
ovn_controller: docker.io/openstackhelm/ovn:latest-ubuntu_focal
ovn_ovsdb_nb: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_ovsdb_sb: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_northd: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_controller: docker.io/openstackhelm/ovn: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

@ -0,0 +1,8 @@
---
images:
tags:
ovn_ovsdb_nb: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_ovsdb_sb: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_northd: docker.io/openstackhelm/ovn:ubuntu_focal
ovn_controller: docker.io/openstackhelm/ovn:ubuntu_focal
...

View File

@ -0,0 +1,8 @@
---
images:
tags:
ovn_ovsdb_nb: docker.io/openstackhelm/ovn:ubuntu_jammy
ovn_ovsdb_sb: docker.io/openstackhelm/ovn:ubuntu_jammy
ovn_northd: docker.io/openstackhelm/ovn:ubuntu_jammy
ovn_controller: docker.io/openstackhelm/ovn:ubuntu_jammy
...

View File

@ -5,4 +5,5 @@ ovn:
- 0.1.2 Add bridge-mapping configuration
- 0.1.3 Fix system-id reuse
- 0.1.4 Add support for OVN HA + refactor
- 0.1.5 Add ubuntu_focal and ubuntu_jammy overrides
...