[stable/mongodb] Change pullPolicy because immutable tag is used in exporter (#19082)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-11-22 08:37:29 -08:00
committed by Kubernetes Prow Robot
parent 859be77730
commit d9aada4ff3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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/
+1 -1
View File
@@ -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/