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

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 361a76b  Mirror upstream bump from couchdb 2.1 to 2.3 (#422)
361a76b is described below

commit 361a76b3800c6c6dc22e17150888e3257a1d626e
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 8 16:33:23 2019 -0500

    Mirror upstream bump from couchdb 2.1 to 2.3 (#422)
---
 helm/openwhisk/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 6ca593a..6aced76 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -187,7 +187,7 @@ db:
   # This should always be true if external is false.
   wipeAndInit: true
   imageName: "apache/couchdb"
-  imageTag: "2.1"
+  imageTag: "2.3"
   imagePullPolicy: "IfNotPresent"
   # NOTE: must be 1 (because initdb.sh enables single node mode)
   replicaCount: 1

Reply via email to