diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 45f28d0ce9..3b9dc8a9cd 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb -version: 0.4.23 -appVersion: 3.6.1 +version: 0.4.24 +appVersion: 3.6.2 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/stable/mongodb/OWNERS b/stable/mongodb/OWNERS new file mode 100644 index 0000000000..0d4d6f1291 --- /dev/null +++ b/stable/mongodb/OWNERS @@ -0,0 +1,8 @@ +approvers: +- prydonius +- tompizmor +- sameersbn +reviewers: +- prydonius +- tompizmor +- sameersbn diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index 21d35a69a3..8eda4b7719 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -1,7 +1,7 @@ ## Bitnami MongoDB image version ## ref: https://hub.docker.com/r/bitnami/mongodb/tags/ ## -image: bitnami/mongodb:3.6.1-r0 +image: bitnami/mongodb:3.6.2-r0 ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'