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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6886c65  update to openwhisk-catalog 1.0.0 (#689)
6886c65 is described below

commit 6886c65476663fc08bb5139a6031f676e4c2ceca
Author: David Grove <[email protected]>
AuthorDate: Thu Jun 17 12:44:44 2021 -0400

    update to openwhisk-catalog 1.0.0 (#689)
---
 helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh | 1 -
 helm/openwhisk/values.yaml                                   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh 
b/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
index 3993eed..705fba8 100644
--- a/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
+++ b/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
@@ -54,7 +54,6 @@ packageListingCheck "github"
 packageListingCheck "slack"
 packageListingCheck "utils"
 packageListingCheck "samples"
-packageListingCheck "weather"
 packageListingCheck "websocket"
 
 # Check packages for installed event providers
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 050a008..c143968 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -134,7 +134,7 @@ whisk:
     openwhiskCli:
       tag: "1.1.0"
     openwhiskCatalog:
-      gitTag: "0.11.0"
+      gitTag: "1.0.0"
     openwhiskPackageAlarms:
       gitTag: "2.2.0"
     openwhiskPackageKafka:

Reply via email to