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 d3155ca  bump core repo tags to tip of master (#603)
d3155ca is described below

commit d3155ca3388a2e4f477e2e955c980042424e4464
Author: David Grove <[email protected]>
AuthorDate: Mon May 11 11:23:04 2020 -0400

    bump core repo tags to tip of master (#603)
---
 helm/openwhisk/Chart.yaml  |  2 +-
 helm/openwhisk/values.yaml | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 097f431..5181ffa 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 type: application
 name: openwhisk
-version: 0.2.2
+version: 0.2.3
 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/values.yaml b/helm/openwhisk/values.yaml
index e1cee33..4457568 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -129,9 +129,9 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2020-03-06-11:55:05Z"
-      buildNo: "20200306a"
-      gitTag: "12b2b76d4bef3e7c2bd990cc441e31cb3d3046be"
+      buildDate: "2020-05-10-08:28:59Z"
+      buildNo: "20200510a"
+      gitTag: "18bbac5bfa12f852f016536960d9b29a5c0198d9"
     openwhiskCli:
       tag: "1.0.0"
     openwhiskCatalog:
@@ -154,7 +154,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "12b2b76"
+  imageTag: "18bbac5"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -238,7 +238,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "12b2b76"
+  imageTag: "18bbac5"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -250,7 +250,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "12b2b76"
+  imageTag: "18bbac5"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -303,7 +303,7 @@ redis:
 # User-events configuration
 user_events:
   imageName: "openwhisk/user-events"
-  imageTag: "12b2b76"
+  imageTag: "18bbac5"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"

Reply via email to