diff --git a/bitnami/nginx-ingress-controller/Chart.yaml b/bitnami/nginx-ingress-controller/Chart.yaml index 8e21ac79a..db29ffe63 100644 --- a/bitnami/nginx-ingress-controller/Chart.yaml +++ b/bitnami/nginx-ingress-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: nginx-ingress-controller -version: 5.2.2 -appVersion: 0.26.2 +version: 5.2.3 +appVersion: 0.27.1 description: Chart for the nginx Ingress controller keywords: - ingress diff --git a/bitnami/nginx-ingress-controller/values-production.yaml b/bitnami/nginx-ingress-controller/values-production.yaml index b816a23ad..c7b3c9664 100644 --- a/bitnami/nginx-ingress-controller/values-production.yaml +++ b/bitnami/nginx-ingress-controller/values-production.yaml @@ -15,7 +15,7 @@ name: controller image: registry: docker.io repository: bitnami/nginx-ingress-controller - tag: 0.26.2-debian-9-r0 + tag: 0.27.1-debian-9-r0 ## 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 @@ -366,7 +366,7 @@ defaultBackend: image: registry: docker.io repository: bitnami/nginx - tag: 1.16.1-debian-9-r122 + tag: 1.16.1-debian-9-r143 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/nginx-ingress-controller/values.yaml b/bitnami/nginx-ingress-controller/values.yaml index f0c5f6d0d..a21ead190 100644 --- a/bitnami/nginx-ingress-controller/values.yaml +++ b/bitnami/nginx-ingress-controller/values.yaml @@ -15,7 +15,7 @@ name: controller image: registry: docker.io repository: bitnami/nginx-ingress-controller - tag: 0.26.2-debian-9-r0 + tag: 0.27.1-debian-9-r0 ## 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 @@ -366,7 +366,7 @@ defaultBackend: image: registry: docker.io repository: bitnami/nginx - tag: 1.16.1-debian-9-r122 + tag: 1.16.1-debian-9-r143 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.