You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/08/18 10:53:15 UTC

[openwhisk-deploy-kube] branch master updated: update providers: package-alarms 2.2.0 and package-kafka 2.1.0 (#629)

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/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new dfe34a0  update providers: package-alarms 2.2.0 and package-kafka 2.1.0 (#629)
dfe34a0 is described below

commit dfe34a00832bffd1437c199ee1da4227be510b00
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Aug 18 06:53:06 2020 -0400

    update providers: package-alarms 2.2.0 and package-kafka 2.1.0 (#629)
    
    * update providers: package-alarms 2.2.0 and package-kafka 2.1.0
    
    * update for changes alarm provider installCatalog.sh
    
    openwhisk-package-alarm PR#155 changed the order of parameters
    to installCatalog.sh; update myTask.sh accordingly.
---
 helm/openwhisk/Chart.yaml                               | 2 +-
 helm/openwhisk/configMapFiles/installPackages/myTask.sh | 2 +-
 helm/openwhisk/values.yaml                              | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index bfaaf03..4a1ac16 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 type: application
 name: openwhisk
-version: 0.2.4
+version: 0.2.5
 home: https://openwhisk.apache.org
 description: Apache OpenWhisk is an open source serverless cloud platform
 icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
diff --git a/helm/openwhisk/configMapFiles/installPackages/myTask.sh b/helm/openwhisk/configMapFiles/installPackages/myTask.sh
index 23947d0..7263f6e 100644
--- a/helm/openwhisk/configMapFiles/installPackages/myTask.sh
+++ b/helm/openwhisk/configMapFiles/installPackages/myTask.sh
@@ -101,7 +101,7 @@ if [ "$OW_INSTALL_ALARM_PROVIDER" == "yes" ]; then
 
     pushd /openwhisk-package-alarms
         git checkout $OW_GIT_TAG_OPENWHISK_PACKAGE_ALARMS
-        ./installCatalog.sh $WHISK_AUTH $WHISK_API_HOST_URL $PROVIDER_DB_URL $ALARM_DB_PREFIX $WHISK_API_HOST_URL || exit 1
+        ./installCatalog.sh $WHISK_AUTH $WHISK_API_HOST_URL $WHISK_API_HOST_URL worker0 $PROVIDER_DB_URL $ALARM_DB_PREFIX || exit 1
     popd
 fi
 
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index a28ece2..e60dd66 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -137,11 +137,11 @@ whisk:
     openwhiskCatalog:
       gitTag: "0.11.0"
     openwhiskPackageAlarms:
-      gitTag: "2.0.0-incubating"
+      gitTag: "2.2.0"
     openwhiskPackageCloudant:
       gitTag: "2.0.0-incubating"
     openwhiskPackageKafka:
-      gitTag: "2.0.0-incubating"
+      gitTag: "2.1.0"
 
 k8s:
   domain: cluster.local
@@ -379,7 +379,7 @@ providers:
   alarm:
     enabled: true
     imageName: "openwhisk/alarmprovider"
-    imageTag: "2.1.0"
+    imageTag: "2.2.0"
     imagePullPolicy: "IfNotPresent"
     # NOTE: replicaCount > 1 doesn't work because of the PVC
     replicaCount: 1
@@ -405,7 +405,7 @@ providers:
   kafka:
     enabled: true
     imageName: "openwhisk/kafkaprovider"
-    imageTag: "2.0.0-incubating"
+    imageTag: "2.1.0"
     imagePullPolicy: "IfNotPresent"
     # NOTE: setting replicaCount > 1 has not been tested and may not work
     replicaCount: 1