You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/02/14 16:30:33 UTC

[incubator-openwhisk-package-deploy] branch master updated: update with latest wskdeploy (#14)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f68c1f  update with latest wskdeploy (#14)
6f68c1f is described below

commit 6f68c1fe1fb54e9025e1ea4c6ac476b162804deb
Author: Belinda Vennam <be...@gmail.com>
AuthorDate: Wed Feb 14 10:30:32 2018 -0600

    update with latest wskdeploy (#14)
    
    * update with latest wskdeploy
    
    * update readme
---
 README.md                  | 2 +-
 packages/installCatalog.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ed48f27..e75fbc6 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ With the repository created, you can now deploy from it.
 1. `git clone https://github.com/openwhisk/incubator-openwhisk-package-deploy`
 2. `cd incubator-openwhisk-package-deploy/packages`
 3. `./installCatalog.sh AUTH EDGE_HOST WSK_CLI DOCKER`
-   AUTH is your auth key.  EDGE_HOST is the OpenWhisk hostname.  WSK_CLI is location of the Openwhisk CLI binary. DOCKER is an optional param for the desired `wskdeploy` docker image, resolves to `openwhisk/wskdeploy:0.8.12` by default.
+   AUTH is your auth key.  EDGE_HOST is the OpenWhisk hostname.  WSK_CLI is location of the Openwhisk CLI binary. DOCKER is an optional param for the desired `wskdeploy` docker image, resolves to `openwhisk/wskdeploy:0.9.0` by default.
 
 > You can also remove the package using `uninstall.sh` in a similar fashion like so:
 > `./uninstall.sh AUTH EDGE_HOST WSK_CLI`
diff --git a/packages/installCatalog.sh b/packages/installCatalog.sh
index e2e91ab..84b5aa0 100755
--- a/packages/installCatalog.sh
+++ b/packages/installCatalog.sh
@@ -25,7 +25,7 @@ INSTALL_WEB_ONLY="${INSTALL_WEB_ONLY:-True}"
 # If docker is not provided, set to default version.
 if [ -z "$4" ]
   then
-    DOCKER="openwhisk/wskdeploy:0.8.12"
+    DOCKER="openwhisk/wskdeploy:0.9.0"
 fi
 
 # If the auth key file exists, read the key in the file. Otherwise, take the

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.