Merge "Update neutron images to xena"

This commit is contained in:
Zuul 2022-10-12 18:55:28 +00:00 committed by Gerrit Code Review
commit 20311b8ece
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
...