From d9aada4ff3dea858425ac28a565dea0b5bc12128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 22 Nov 2019 17:37:29 +0100 Subject: [PATCH] [stable/mongodb] Change pullPolicy because immutable tag is used in exporter (#19082) Signed-off-by: Carlos Rodriguez Hernandez --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/values-production.yaml | 2 +- stable/mongodb/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 2708a06cd4..03281b9e6b 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.4.5 +version: 7.4.6 appVersion: 4.0.13 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index d21ccc9ac1..c58e7dfd48 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -393,7 +393,7 @@ metrics: registry: docker.io repository: bitnami/mongodb-exporter tag: 0.10.0-debian-9-r49 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index 7c8c5cb3e6..6c95af7ec5 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -395,7 +395,7 @@ metrics: registry: docker.io repository: bitnami/mongodb-exporter tag: 0.10.0-debian-9-r49 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/