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
This commit is contained in:
Gage Hugo 2022-10-04 12:07:54 -05:00
parent 6852f7c8ed
commit 0e913fa97a
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
...