diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 39806bb0d..42b77178c 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 8.0.4 +version: 8.0.5 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/values-production.yaml b/bitnami/mongodb/values-production.yaml index c9e0481fc..c1d1c1478 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-r21 + tag: 4.2.8-debian-10-r24 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -457,7 +457,7 @@ externalAccess: image: registry: docker.io repository: bitnami/kubectl - tag: 1.18.5-debian-10-r6 + tag: 1.18.5-debian-10-r9 ## 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 @@ -785,7 +785,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r72 + tag: 0.11.0-debian-10-r75 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 eef929d1a..d4b778c15 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-r21 + tag: 4.2.8-debian-10-r24 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -457,7 +457,7 @@ externalAccess: image: registry: docker.io repository: bitnami/kubectl - tag: 1.18.5-debian-10-r6 + tag: 1.18.5-debian-10-r9 ## 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 @@ -785,7 +785,7 @@ metrics: image: registry: docker.io repository: bitnami/mongodb-exporter - tag: 0.11.0-debian-10-r72 + tag: 0.11.0-debian-10-r75 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.