Skip to content

Commit dfe34a0

Browse files
authored
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.
1 parent 3571ac4 commit dfe34a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm/openwhisk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apiVersion: v2
1919
type: application
2020
name: openwhisk
21-
version: 0.2.4
21+
version: 0.2.5
2222
home: https://openwhisk.apache.org
2323
description: Apache OpenWhisk is an open source serverless cloud platform
2424
icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png

helm/openwhisk/configMapFiles/installPackages/myTask.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ "$OW_INSTALL_ALARM_PROVIDER" == "yes" ]; then
101101

102102
pushd /openwhisk-package-alarms
103103
git checkout $OW_GIT_TAG_OPENWHISK_PACKAGE_ALARMS
104-
./installCatalog.sh $WHISK_AUTH $WHISK_API_HOST_URL $PROVIDER_DB_URL $ALARM_DB_PREFIX $WHISK_API_HOST_URL || exit 1
104+
./installCatalog.sh $WHISK_AUTH $WHISK_API_HOST_URL $WHISK_API_HOST_URL worker0 $PROVIDER_DB_URL $ALARM_DB_PREFIX || exit 1
105105
popd
106106
fi
107107

helm/openwhisk/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ whisk:
137137
openwhiskCatalog:
138138
gitTag: "0.11.0"
139139
openwhiskPackageAlarms:
140-
gitTag: "2.0.0-incubating"
140+
gitTag: "2.2.0"
141141
openwhiskPackageCloudant:
142142
gitTag: "2.0.0-incubating"
143143
openwhiskPackageKafka:
144-
gitTag: "2.0.0-incubating"
144+
gitTag: "2.1.0"
145145

146146
k8s:
147147
domain: cluster.local
@@ -379,7 +379,7 @@ providers:
379379
alarm:
380380
enabled: true
381381
imageName: "openwhisk/alarmprovider"
382-
imageTag: "2.1.0"
382+
imageTag: "2.2.0"
383383
imagePullPolicy: "IfNotPresent"
384384
# NOTE: replicaCount > 1 doesn't work because of the PVC
385385
replicaCount: 1
@@ -405,7 +405,7 @@ providers:
405405
kafka:
406406
enabled: true
407407
imageName: "openwhisk/kafkaprovider"
408-
imageTag: "2.0.0-incubating"
408+
imageTag: "2.1.0"
409409
imagePullPolicy: "IfNotPresent"
410410
# NOTE: setting replicaCount > 1 has not been tested and may not work
411411
replicaCount: 1

0 commit comments

Comments
 (0)