diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 7a6d7df60..469e417d2 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mongodb -version: 7.14.5 -appVersion: 4.2.7 +version: 7.14.6 +appVersion: 4.2.8 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: - mongodb diff --git a/bitnami/mongodb/values-production.yaml b/bitnami/mongodb/values-production.yaml index 94e9958be..1cde868c0 100644 --- a/bitnami/mongodb/values-production.yaml +++ b/bitnami/mongodb/values-production.yaml @@ -20,7 +20,7 @@ image: ## Bitnami MongoDB image tag ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## - tag: 4.2.7-debian-10-r14 + tag: 4.2.8-debian-10-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -452,7 +452,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r45 + tag: 0.11.0-debian-10-r54 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/mongodb/values.yaml b/bitnami/mongodb/values.yaml index 78a4e66f6..0f2a1d560 100644 --- a/bitnami/mongodb/values.yaml +++ b/bitnami/mongodb/values.yaml @@ -20,7 +20,7 @@ image: ## Bitnami MongoDB image tag ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## - tag: 4.2.7-debian-10-r14 + tag: 4.2.8-debian-10-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -457,7 +457,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r45 + tag: 0.11.0-debian-10-r54 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.