Uplift nginx ingress controller to v1.8.2
Change-Id: I4223f3f859833447f4045e7acea81bf4c7a8948a
This commit is contained in:
parent
4bf06807f5
commit
eae5c6d69a
@ -12,10 +12,10 @@
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
appVersion: v1.5.1
|
||||
appVersion: v1.8.2
|
||||
description: OpenStack-Helm Ingress Controller
|
||||
name: ingress
|
||||
version: 0.2.18
|
||||
version: 0.2.19
|
||||
home: https://github.com/kubernetes/ingress
|
||||
sources:
|
||||
- https://github.com/kubernetes/ingress
|
||||
|
@ -27,7 +27,7 @@ deployment:
|
||||
images:
|
||||
tags:
|
||||
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_routed_vip: docker.io/openstackhelm/neutron:xena-ubuntu_focal
|
||||
error_pages: registry.k8s.io/defaultbackend:1.4
|
||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v10.6.7
|
||||
description: OpenStack-Helm MariaDB
|
||||
name: mariadb
|
||||
version: 0.2.33
|
||||
version: 0.2.34
|
||||
home: https://mariadb.com/kb/en/
|
||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||
sources:
|
||||
|
@ -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;
|
||||
{{ end }}
|
||||
|
||||
{{ if (shouldLoadInfluxDBModule $servers) }}
|
||||
load_module /etc/nginx/modules/ngx_http_influxdb_module.so;
|
||||
{{ end }}
|
||||
|
||||
{{ if (shouldLoadAuthDigestModule $servers) }}
|
||||
load_module /etc/nginx/modules/ngx_http_auth_digest_module.so;
|
||||
@ -1230,8 +1227,6 @@ stream {
|
||||
{{ template "CORS" $location }}
|
||||
{{ end }}
|
||||
|
||||
{{ buildInfluxDB $location.InfluxDB }}
|
||||
|
||||
{{ if isValidByteSize $location.Proxy.BodySize true }}
|
||||
# NOTE: obsolete directive. removed.
|
||||
#client_max_body_size {{ $location.Proxy.BodySize }};
|
||||
|
@ -21,7 +21,7 @@ release_group: null
|
||||
images:
|
||||
tags:
|
||||
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
|
||||
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
|
||||
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
||||
|
@ -22,4 +22,5 @@ ingress:
|
||||
- 0.2.16 Updated deprecated IngressClass annotation
|
||||
- 0.2.17 Fixed controller parameters
|
||||
- 0.2.18 Fixed some additional controller issues
|
||||
- 0.2.19 Uplift ingress controller image to 1.8.2
|
||||
...
|
||||
|
@ -49,4 +49,5 @@ mariadb:
|
||||
- 0.2.31 Update kubernetes registry to registry.k8s.io
|
||||
- 0.2.32 Prevent liveness probe from killing pods during SST
|
||||
- 0.2.33 Add 2023.1 Ubuntu Focal overrides
|
||||
- 0.2.34 Uplift ingress controller image to 1.8.2
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user