This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
commit 23426a8448fb2f98fc3d571a0cc842ba353348e0 Author: Adam Kocoloski <[email protected]> AuthorDate: Fri Jan 7 10:46:58 2022 -0500 Update to CouchDB 3.2.1 --- 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 fc14ae4..7b74ccd 100644 --- a/couchdb/Chart.yaml +++ b/couchdb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: couchdb version: 3.5.0 -appVersion: 3.2.0 +appVersion: 3.2.1 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 e7058b0..3f9642b 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` | 3.2.0 | +| `image.tag` | 3.2.1 | | `image.pullPolicy` | IfNotPresent | | `searchImage.repository` | kocolosk/couchdb-search | | `searchImage.tag` | 0.1.0 | diff --git a/couchdb/values.yaml b/couchdb/values.yaml index 172d774..e45f56b 100644 --- a/couchdb/values.yaml +++ b/couchdb/values.yaml @@ -60,7 +60,7 @@ persistentVolume: ## The CouchDB image image: repository: couchdb - tag: 3.2.0 + tag: 3.2.1 pullPolicy: IfNotPresent ## Experimental integration with Lucene-powered fulltext search
