mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/nginx-ingress-controller] Add --enable-metrics command line argument (#31605)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 11.6.6 (2025-01-24)
|
||||
## 11.6.7 (2025-01-28)
|
||||
|
||||
* [bitnami/nginx-ingress-controller] Release 11.6.6 ([#31576](https://github.com/bitnami/charts/pull/31576))
|
||||
* [bitnami/nginx-ingress-controller] Add --enable-metrics command line argument ([#31605](https://github.com/bitnami/charts/pull/31605))
|
||||
|
||||
## <small>11.6.6 (2025-01-24)</small>
|
||||
|
||||
* [bitnami/nginx-ingress-controller] Release 11.6.6 (#31576) ([e107d55](https://github.com/bitnami/charts/commit/e107d55a9114bc30359e4c2805cd17b4eb6b78c2)), closes [#31576](https://github.com/bitnami/charts/issues/31576)
|
||||
|
||||
## <small>11.6.5 (2025-01-17)</small>
|
||||
|
||||
|
||||
@@ -34,4 +34,4 @@ maintainers:
|
||||
name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller
|
||||
version: 11.6.6
|
||||
version: 11.6.7
|
||||
|
||||
@@ -141,6 +141,9 @@ spec:
|
||||
{{- if .Values.watchIngressWithoutClass }}
|
||||
- --watch-ingress-without-class=true
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- --enable-metrics
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.extraArgs }}
|
||||
{{- if $value }}
|
||||
- --{{ $key }}={{ $value }}
|
||||
|
||||
@@ -152,6 +152,9 @@ spec:
|
||||
{{- if .Values.watchIngressWithoutClass }}
|
||||
- --watch-ingress-without-class=true
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- --enable-metrics
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.extraArgs }}
|
||||
{{- if $value }}
|
||||
- --{{ $key }}={{ $value }}
|
||||
|
||||
Reference in New Issue
Block a user