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/