From fa8e1ce50e703c55ee130b100219b5ebded26d3d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 3 Nov 2020 09:21:34 +0000 Subject: [PATCH] [bitnami/nginx] Release 7.1.6 updating components versions Signed-off-by: Bitnami Containers --- bitnami/nginx/Chart.yaml | 2 +- bitnami/nginx/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 9a3583243..3d848104d 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx -version: 7.1.5 +version: 7.1.6 appVersion: 1.19.4 description: Chart for the nginx server keywords: diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 88ace41c7..8887749a9 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/nginx - tag: 1.19.4-debian-10-r0 + tag: 1.19.4-debian-10-r6 ## 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 @@ -87,7 +87,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.29.1-debian-10-r5 + tag: 2.29.2-debian-10-r3 ## 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 @@ -350,7 +350,7 @@ ldapDaemon: image: registry: docker.io repository: bitnami/nginx-ldap-auth-daemon - tag: 0.20200116.0-debian-10-r154 + tag: 0.20200116.0-debian-10-r160 pullPolicy: IfNotPresent ## LDAP Daemon port @@ -608,7 +608,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.8.0-debian-10-r120 + tag: 0.8.0-debian-10-r126 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.