[bitnami/nginx-ingress-controller] Add --enable-metrics command line argument (#31605)

This commit is contained in:
Michel Zehnder
2025-01-29 08:58:03 +01:00
committed by GitHub
parent c1289ad737
commit a0952e66f4
4 changed files with 13 additions and 3 deletions
@@ -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>
+1 -1
View File
@@ -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 }}