From cf5e70bca79e55bdf5bbcb255c7f256a99923692 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 4 Aug 2022 18:36:31 +0200 Subject: [PATCH] [bitnami/nginx] Release 13.1.6 (#11588) * [bitnami/nginx] Release 13.1.6 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/nginx/Chart.yaml | 2 +- bitnami/nginx/README.md | 6 +++--- bitnami/nginx/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index f3c846e1d..b1ef4f00d 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/containers/tree/main/bitnami/nginx - https://www.nginx.org -version: 13.1.5 +version: 13.1.6 diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index ed5053a92..227c06cd0 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------- | -------------------------------------------------------------------- | --------------------- | | `image.registry` | NGINX image registry | `docker.io` | | `image.repository` | NGINX image repository | `bitnami/nginx` | -| `image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r4` | +| `image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r6` | | `image.pullPolicy` | NGINX image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.debug` | Set to true if you would like to see extra information on logs | `false` | @@ -178,7 +178,7 @@ The command removes all the Kubernetes components associated with the chart and | `cloneStaticSiteFromGit.enabled` | Get the server static content from a Git repository | `false` | | `cloneStaticSiteFromGit.image.registry` | Git image registry | `docker.io` | | `cloneStaticSiteFromGit.image.repository` | Git image repository | `bitnami/git` | -| `cloneStaticSiteFromGit.image.tag` | Git image tag (immutable tags are recommended) | `2.37.1-debian-11-r6` | +| `cloneStaticSiteFromGit.image.tag` | Git image tag (immutable tags are recommended) | `2.37.1-debian-11-r8` | | `cloneStaticSiteFromGit.image.pullPolicy` | Git image pull policy | `IfNotPresent` | | `cloneStaticSiteFromGit.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `cloneStaticSiteFromGit.repository` | Git Repository to clone static content from | `""` | @@ -250,7 +250,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.port` | NGINX Container Status Port scraped by Prometheus Exporter | `""` | | `metrics.image.registry` | NGINX Prometheus exporter image registry | `docker.io` | | `metrics.image.repository` | NGINX Prometheus exporter image repository | `bitnami/nginx-exporter` | -| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r20` | +| `metrics.image.tag` | NGINX Prometheus exporter image tag (immutable tags are recommended) | `0.10.0-debian-11-r21` | | `metrics.image.pullPolicy` | NGINX Prometheus exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.podAnnotations` | Additional annotations for NGINX Prometheus exporter pod(s) | `{}` | diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index 4d1a938d1..d139623af 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nginx - tag: 1.23.1-debian-11-r4 + tag: 1.23.1-debian-11-r6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -418,7 +418,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.37.1-debian-11-r6 + tag: 2.37.1-debian-11-r8 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -768,7 +768,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.10.0-debian-11-r20 + tag: 0.10.0-debian-11-r21 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.