diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 0b46d1581..3356b1fe6 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 8.2.3 +version: 8.2.4 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: diff --git a/bitnami/mongodb/requirements.lock b/bitnami/mongodb/requirements.lock index 696b68b5c..415d9fa25 100644 --- a/bitnami/mongodb/requirements.lock +++ b/bitnami/mongodb/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 0.3.1 -digest: sha256:4bd22b874a925f8e8e5bcb930b384cc741f85235317493107432b1b46347c4a5 -generated: "2020-06-09T10:42:32.527328+02:00" + version: 0.4.0 +digest: sha256:5b0edff3d07aea54562b43fb714c50db75f632beb228be989efa4bea6d9b5d60 +generated: "2020-08-05T13:34:12.918683567Z" diff --git a/bitnami/mongodb/values-production.yaml b/bitnami/mongodb/values-production.yaml index 0f06b110e..9ff260518 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.8-debian-10-r46 + tag: 4.2.8-debian-10-r47 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -460,7 +460,7 @@ externalAccess: image: registry: docker.io repository: bitnami/kubectl - tag: 1.18.6-debian-10-r14 + tag: 1.18.6-debian-10-r15 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -792,7 +792,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r95 + tag: 0.11.0-debian-10-r96 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 be15aba85..4fd7e2c08 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.8-debian-10-r46 + tag: 4.2.8-debian-10-r47 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -460,7 +460,7 @@ externalAccess: image: registry: docker.io repository: bitnami/kubectl - tag: 1.18.6-debian-10-r14 + tag: 1.18.6-debian-10-r15 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -792,7 +792,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r95 + tag: 0.11.0-debian-10-r96 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.