Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/modules/deploy/53-couchdb-statefulset.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: couchdb
image: gpii/couchdb:latest
image: gpii/couchdb:2.2.0
env:
- name: COUCHDB_USER
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions common/charts/couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: couchdb
version: 0.1.8
appVersion: 2.1.1
version: 0.2.0
appVersion: 2.2.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.
Expand Down
4 changes: 2 additions & 2 deletions common/charts/couchdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CouchDB chart and their default values:
| Parameter | Description | Default |
|---------------------------------|-------------------------------------------------------|----------------------------------------|
| `clusterSize` | The initial number of nodes in the CouchDB cluster | 3 |
| `couchdbConfig` | Map allowing override elements of server .ini config | {} |
| `couchdbConfig` | Map allowing override elements of server .ini config | chttpd.bind_address=any |
| `allowAdminParty` | If enabled, start cluster without admin account | false (requires creating a Secret) |
| `createAdminSecret` | If enabled, create an admin account and cookie secret | true |
| `erlangFlags` | Map of flags supplied to the underlying Erlang VM | name: couchdb, setcookie: monster
Expand All @@ -94,7 +94,7 @@ A variety of other parameters are also configurable. See the comments in the
| `helperImage.tag` | 0.1.0 |
| `helperImage.pullPolicy` | IfNotPresent |
| `image.repository` | couchdb |
| `image.tag` | 2.1.1 |
| `image.tag` | 2.2.0 |
| `image.pullPolicy` | IfNotPresent |
| `ingress.enabled` | false |
| `ingress.hosts` | chart-example.local |
Expand Down
4 changes: 3 additions & 1 deletion common/charts/couchdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ persistentVolume:
## The CouchDB image
image:
repository: couchdb
tag: 2.1.1
tag: 2.2.0
pullPolicy: IfNotPresent

## Sidecar that connects the individual Pods into a cluster
Expand Down Expand Up @@ -118,3 +118,5 @@ erlangFlags:
couchdbConfig:
# cluster:
# q: 8 # Create 8 shards for each database
chttpd:
bind_address: any