Uplift nginx ingress controller to v1.8.2

Change-Id: I4223f3f859833447f4045e7acea81bf4c7a8948a
This commit is contained in:
Sergiy Markin 2023-10-03 22:25:26 +00:00
parent 4bf06807f5
commit eae5c6d69a
7 changed files with 7 additions and 10 deletions

View File

@ -12,10 +12,10 @@
--- ---
apiVersion: v1 apiVersion: v1
appVersion: v1.5.1 appVersion: v1.8.2
description: OpenStack-Helm Ingress Controller description: OpenStack-Helm Ingress Controller
name: ingress name: ingress
version: 0.2.18 version: 0.2.19
home: https://github.com/kubernetes/ingress home: https://github.com/kubernetes/ingress
sources: sources:
- https://github.com/kubernetes/ingress - https://github.com/kubernetes/ingress

View File

@ -27,7 +27,7 @@ deployment:
images: images:
tags: tags:
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
ingress: registry.k8s.io/ingress-nginx/controller:v1.5.1 ingress: registry.k8s.io/ingress-nginx/controller:v1.8.2
ingress_module_init: docker.io/openstackhelm/neutron:xena-ubuntu_focal ingress_module_init: docker.io/openstackhelm/neutron:xena-ubuntu_focal
ingress_routed_vip: docker.io/openstackhelm/neutron:xena-ubuntu_focal ingress_routed_vip: docker.io/openstackhelm/neutron:xena-ubuntu_focal
error_pages: registry.k8s.io/defaultbackend:1.4 error_pages: registry.k8s.io/defaultbackend:1.4

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v10.6.7 appVersion: v10.6.7
description: OpenStack-Helm MariaDB description: OpenStack-Helm MariaDB
name: mariadb name: mariadb
version: 0.2.33 version: 0.2.34
home: https://mariadb.com/kb/en/ home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources: sources:

View File

@ -21,9 +21,6 @@ load_module /etc/nginx/modules/ngx_http_brotli_filter_module.so;
load_module /etc/nginx/modules/ngx_http_brotli_static_module.so; load_module /etc/nginx/modules/ngx_http_brotli_static_module.so;
{{ end }} {{ end }}
{{ if (shouldLoadInfluxDBModule $servers) }}
load_module /etc/nginx/modules/ngx_http_influxdb_module.so;
{{ end }}
{{ if (shouldLoadAuthDigestModule $servers) }} {{ if (shouldLoadAuthDigestModule $servers) }}
load_module /etc/nginx/modules/ngx_http_auth_digest_module.so; load_module /etc/nginx/modules/ngx_http_auth_digest_module.so;
@ -1230,8 +1227,6 @@ stream {
{{ template "CORS" $location }} {{ template "CORS" $location }}
{{ end }} {{ end }}
{{ buildInfluxDB $location.InfluxDB }}
{{ if isValidByteSize $location.Proxy.BodySize true }} {{ if isValidByteSize $location.Proxy.BodySize true }}
# NOTE: obsolete directive. removed. # NOTE: obsolete directive. removed.
#client_max_body_size {{ $location.Proxy.BodySize }}; #client_max_body_size {{ $location.Proxy.BodySize }};

View File

@ -21,7 +21,7 @@ release_group: null
images: images:
tags: tags:
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal
ingress: registry.k8s.io/ingress-nginx/controller:v1.5.1 ingress: registry.k8s.io/ingress-nginx/controller:v1.8.2
error_pages: registry.k8s.io/defaultbackend:1.4 error_pages: registry.k8s.io/defaultbackend:1.4
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1 prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1

View File

@ -22,4 +22,5 @@ ingress:
- 0.2.16 Updated deprecated IngressClass annotation - 0.2.16 Updated deprecated IngressClass annotation
- 0.2.17 Fixed controller parameters - 0.2.17 Fixed controller parameters
- 0.2.18 Fixed some additional controller issues - 0.2.18 Fixed some additional controller issues
- 0.2.19 Uplift ingress controller image to 1.8.2
... ...

View File

@ -49,4 +49,5 @@ mariadb:
- 0.2.31 Update kubernetes registry to registry.k8s.io - 0.2.31 Update kubernetes registry to registry.k8s.io
- 0.2.32 Prevent liveness probe from killing pods during SST - 0.2.32 Prevent liveness probe from killing pods during SST
- 0.2.33 Add 2023.1 Ubuntu Focal overrides - 0.2.33 Add 2023.1 Ubuntu Focal overrides
- 0.2.34 Uplift ingress controller image to 1.8.2
... ...