[bitnami/nginx-ingress-controller] Fix for proxyheaders-configmap.yaml: error converting YAML to JSON (#2255)

* [bitnami/nginx-ingress-controller] Fix for proxyheaders-configmap.yaml: error converting YAML to JSON

* Fix headers

Signed-off-by: Andrés Bono <andresbono@vmware.com>

* [bitnami/nginx-ingress-controller] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
mboutet
2020-04-08 06:33:01 -04:00
committed by GitHub
parent a88c902120
commit 771131bad9
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress-controller
version: 5.3.12
version: 5.3.13
appVersion: 0.30.0
description: Chart for the nginx Ingress controller
keywords:

View File

@@ -7,8 +7,8 @@ metadata:
component: {{ .Values.name }}
data:
{{- if .Values.proxySetHeaders }}
{{- toYaml .Values.proxySetHeaders | indent 2 }}
{{ toYaml .Values.proxySetHeaders | indent 2 }}
{{- else if and .Values.headers (not .Values.proxySetHeaders) }}
{{- toYaml .Values.headers | indent 2 }}
{{ toYaml .Values.headers | indent 2 }}
{{- end }}
{{- end }}

View File

@@ -15,7 +15,7 @@ name: controller
image:
registry: docker.io
repository: bitnami/nginx-ingress-controller
tag: 0.30.0-debian-10-r43
tag: 0.30.0-debian-10-r52
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -370,7 +370,7 @@ defaultBackend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-debian-10-r70
tag: 1.16.1-debian-10-r78
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -15,7 +15,7 @@ name: controller
image:
registry: docker.io
repository: bitnami/nginx-ingress-controller
tag: 0.30.0-debian-10-r43
tag: 0.30.0-debian-10-r52
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -370,7 +370,7 @@ defaultBackend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-debian-10-r70
tag: 1.16.1-debian-10-r78
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.