From 71e182a60b862a0c350c7401bc644f8f1a55e394 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 26 Aug 2021 14:31:59 +0000 Subject: [PATCH] [bitnami/nginx] Release 9.5.2 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 9196538b1a..eca3b78fa6 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/bitnami-docker-nginx - http://www.nginx.org -version: 9.5.1 +version: 9.5.2 diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 9685c70c65..d6642a559b 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -52,7 +52,7 @@ commonAnnotations: {} image: registry: docker.io repository: bitnami/nginx - tag: 1.21.1-debian-10-r45 + tag: 1.21.1-debian-10-r47 ## 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 @@ -331,7 +331,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.33.0-debian-10-r7 + tag: 2.33.0-debian-10-r9 ## 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 @@ -435,7 +435,7 @@ ldapDaemon: image: registry: docker.io repository: bitnami/nginx-ldap-auth-daemon - tag: 0.20200116.0-debian-10-r432 + tag: 0.20200116.0-debian-10-r434 pullPolicy: IfNotPresent ## @param ldapDaemon.port LDAP Auth Daemon port ## @@ -755,7 +755,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.9.0-debian-10-r139 + tag: 0.9.0-debian-10-r141 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.