Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/openwhisk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/openwhisk/configMapFiles/installPackages/myTask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions helm/openwhisk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down