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 4a9637d  use openwhisk-package-alarms 2.1.0 (#604)
4a9637d is described below

commit 4a9637d938f479b9e1036f991d7d54b1bf74683c
Author: David Grove <[email protected]>
AuthorDate: Mon May 11 17:52:04 2020 -0400

    use openwhisk-package-alarms 2.1.0 (#604)
---
 helm/openwhisk/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 4457568..23c1bcd 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -364,7 +364,7 @@ providers:
   alarm:
     enabled: true
     imageName: "openwhisk/alarmprovider"
-    imageTag: "2.0.0-incubating"
+    imageTag: "2.1.0"
     imagePullPolicy: "IfNotPresent"
     # NOTE: replicaCount > 1 doesn't work because of the PVC
     replicaCount: 1

Reply via email to