diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index a6b9ba2a4..818b5633a 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 1.19.9 +appVersion: 1.19.10 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/bitnami-docker-nginx - http://www.nginx.org -version: 8.8.1 +version: 8.8.2 diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 06fe8c2dd..a7a267f8f 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.9-debian-10-r0 + tag: 1.19.10-debian-10-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 @@ -96,7 +96,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.31.1-debian-10-r3 + tag: 2.31.1-debian-10-r16 ## 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 @@ -393,7 +393,7 @@ ldapDaemon: image: registry: docker.io repository: bitnami/nginx-ldap-auth-daemon - tag: 0.20200116.0-debian-10-r299 + tag: 0.20200116.0-debian-10-r311 pullPolicy: IfNotPresent ## LDAP Daemon port @@ -696,7 +696,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.9.0-debian-10-r7 + tag: 0.9.0-debian-10-r20 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.