You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2020/07/20 21:24:43 UTC

[couchdb-helm] 01/02: Default to CouchDB 3.1.0

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch update-couchdb-310
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit 470a8f2e669301d3bdf2fa29c0eefa3bb4ee9f0c
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon Jul 20 15:48:13 2020 -0400

    Default to CouchDB 3.1.0
---
 couchdb/Chart.yaml  | 2 +-
 couchdb/README.md   | 2 +-
 couchdb/values.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml
index 206f9c0..04d360c 100644
--- a/couchdb/Chart.yaml
+++ b/couchdb/Chart.yaml
@@ -1,7 +1,7 @@
 apiVersion: v1
 name: couchdb
 version: 3.3.3
-appVersion: 2.3.1
+appVersion: 3.1.0
 description: A database featuring seamless multi-master sync, that scales from
   big data to mobile, with an intuitive HTTP/JSON API and designed for
   reliability.
diff --git a/couchdb/README.md b/couchdb/README.md
index ca3716b..3227123 100644
--- a/couchdb/README.md
+++ b/couchdb/README.md
@@ -168,7 +168,7 @@ A variety of other parameters are also configurable. See the comments in the
 | `adminHash`                          |                                        |
 | `cookieAuthSecret`                   | auto-generated                         |
 | `image.repository`                   | couchdb                                |
-| `image.tag`                          | 2.3.1                                  |
+| `image.tag`                          | 3.1.0                                  |
 | `image.pullPolicy`                   | IfNotPresent                           |
 | `searchImage.repository`             | kocolosk/couchdb-search                |
 | `searchImage.tag`                    | 0.1.0                                  |
diff --git a/couchdb/values.yaml b/couchdb/values.yaml
index 6a35426..d4d2887 100644
--- a/couchdb/values.yaml
+++ b/couchdb/values.yaml
@@ -60,7 +60,7 @@ persistentVolume:
 ## The CouchDB image
 image:
   repository: couchdb
-  tag: 2.3.1
+  tag: 3.1.0
   pullPolicy: IfNotPresent
 
 ## Experimental integration with Lucene-powered fulltext search