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

daisyguo 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 2d42e22  refresh couchdb docker image (#62)
2d42e22 is described below

commit 2d42e22c4e554bd7d66d99e8251185cd0f805df5
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Thu Sep 28 23:30:30 2017 -0400

    refresh couchdb docker image (#62)
    
    Pick up the fix from #60 to init.sh and publish updated
    docker image.  Switch to my dockerhub private image for
    easier maintenance.
---
 kubernetes/couchdb/couchdb.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kubernetes/couchdb/couchdb.yml b/kubernetes/couchdb/couchdb.yml
index 7110147..f390da1 100644
--- a/kubernetes/couchdb/couchdb.yml
+++ b/kubernetes/couchdb/couchdb.yml
@@ -33,7 +33,7 @@ spec:
       containers:
       - name: couchdb
         imagePullPolicy: IfNotPresent
-        image: danlavine/whisk_couchdb
+        image: dgrove/whisk_couchdb
         command: ["/init.sh"]
         ports:
         - name: couchdb

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to