From ac98b3c44500ebf583f36c56cfc8a6575c88fd56 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 9 Jun 2022 20:57:45 +0000 Subject: [PATCH] [bitnami/nginx] Release 12.0.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/nginx/Chart.yaml | 2 +- bitnami/nginx/README.md | 4 ++-- bitnami/nginx/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 21b431ffc8..df326467f4 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 - https://www.nginx.org -version: 12.0.3 +version: 12.0.4 diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index 2dd68f5435..5782786881 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -7,7 +7,7 @@ NGINX Open Source is a web server that can be also used as a reverse proxy, load [Overview of NGINX Open Source](http://nginx.org) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```bash @@ -481,4 +481,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/nginx/values.yaml b/bitnami/nginx/values.yaml index a90aedf4d5..93a795e36e 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.22.0-debian-11-r0 + tag: 1.22.0-debian-11-r3 ## 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 @@ -411,7 +411,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.36.1-debian-11-r0 + tag: 2.36.1-debian-11-r2 ## 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 @@ -761,7 +761,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.10.0-debian-11-r0 + tag: 0.10.0-debian-11-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.