From ab15bd0ea2e95a982fe090c2f5d1fd1fa41f967d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 11 Jan 2018 06:35:12 +0000 Subject: [PATCH] [stable/mongodb] Release 0.4.24 (#3295) * mongodb: update to `bitnami/mongodb:3.6.2-r0` * mongodb: bump chart appVersion to `3.6.2` * mongodb: bump chart version to `0.4.24` * adds OWNERS file --- stable/mongodb/Chart.yaml | 4 ++-- stable/mongodb/OWNERS | 8 ++++++++ stable/mongodb/values.yaml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 stable/mongodb/OWNERS 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'