From 0e913fa97a6d88b06cae62c7df1b078534481ef9 Mon Sep 17 00:00:00 2001
From: Gage Hugo <gagehugo@gmail.com>
Date: Tue, 4 Oct 2022 12:07:54 -0500
Subject: [PATCH] Update neutron images to xena

A couple of the ingress images are still pointing to the older
stein release of neutron. This change updates them to use the
updated xena release.

Change-Id: I95aecec5474e587d01d7e8812ec662fbf46ca634
---
 ingress/Chart.yaml              | 2 +-
 ingress/values.yaml             | 4 ++--
 releasenotes/notes/ingress.yaml | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ingress/Chart.yaml b/ingress/Chart.yaml
index 19a93a4a8..72c98b6f7 100644
--- a/ingress/Chart.yaml
+++ b/ingress/Chart.yaml
@@ -15,7 +15,7 @@ apiVersion: v1
 appVersion: v0.42.0
 description: OpenStack-Helm Ingress Controller
 name: ingress
-version: 0.2.9
+version: 0.2.10
 home: https://github.com/kubernetes/ingress
 sources:
   - https://github.com/kubernetes/ingress
diff --git a/ingress/values.yaml b/ingress/values.yaml
index 519536ac7..380645974 100644
--- a/ingress/values.yaml
+++ b/ingress/values.yaml
@@ -26,8 +26,8 @@ images:
   tags:
     entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
     ingress: k8s.gcr.io/ingress-nginx/controller:v1.1.3
-    ingress_module_init: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
-    ingress_routed_vip: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
+    ingress_module_init: docker.io/openstackhelm/neutron:xena-ubuntu_focal
+    ingress_routed_vip: docker.io/openstackhelm/neutron:xena-ubuntu_focal
     error_pages: k8s.gcr.io/defaultbackend:1.4
     keepalived: docker.io/osixia/keepalived:1.4.5
     dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
diff --git a/releasenotes/notes/ingress.yaml b/releasenotes/notes/ingress.yaml
index d69ce41d5..8bf7d487f 100644
--- a/releasenotes/notes/ingress.yaml
+++ b/releasenotes/notes/ingress.yaml
@@ -13,4 +13,5 @@ ingress:
   - 0.2.7 Enable taint toleration for Openstack services jobs
   - 0.2.8 Uplift ingress to 1.1.3
   - 0.2.9 Added OCI registry authentication
+  - 0.2.10 Update neutron images to xena release
 ...