diff --git a/incubator/couchdb/Chart.yaml b/incubator/couchdb/Chart.yaml index adedfe1cf0..f1262e929c 100644 --- a/incubator/couchdb/Chart.yaml +++ b/incubator/couchdb/Chart.yaml @@ -1,5 +1,5 @@ name: couchdb -version: 0.1.5 +version: 0.1.6 appVersion: 2.1.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 diff --git a/incubator/couchdb/templates/_helpers.tpl b/incubator/couchdb/templates/_helpers.tpl index 9586171b3b..0b2a940740 100644 --- a/incubator/couchdb/templates/_helpers.tpl +++ b/incubator/couchdb/templates/_helpers.tpl @@ -31,6 +31,6 @@ Create a random string if the supplied key does not exist {{- if . -}} {{- . | b64enc | quote -}} {{- else -}} -{{- randAlphaNum 10 | b64enc | quote -}} +{{- randAlphaNum 20 | b64enc | quote -}} {{- end -}} {{- end -}}