You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/03/09 18:34:30 UTC

[openwhisk-deploy-kube] branch master updated: update to core repo tag 12b2b76 (#590)

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 1ffa9dd  update to core repo tag 12b2b76 (#590)
1ffa9dd is described below

commit 1ffa9ddbdb2048426afb823d04c2311a1d36c007
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Mar 9 14:34:18 2020 -0400

    update to core repo tag 12b2b76 (#590)
---
 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 7e99922..8938e13 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 type: application
 name: openwhisk
-version: 0.2.0
+version: 0.2.1
 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 85105c1..4adc202 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -128,9 +128,9 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2020-02-14-00:17:46Z"
-      buildNo: "20200214a"
-      gitTag: "84e53daa3b9e7ecb65b106ef432f4ead8f2cb9f2"
+      buildDate: "2020-03-06-11:55:05Z"
+      buildNo: "20200306a"
+      gitTag: "12b2b76d4bef3e7c2bd990cc441e31cb3d3046be"
     openwhiskCli:
       tag: "1.0.0"
     openwhiskCatalog:
@@ -153,7 +153,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "84e53da"
+  imageTag: "12b2b76"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -237,7 +237,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "84e53da"
+  imageTag: "12b2b76"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -249,7 +249,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "84e53da"
+  imageTag: "12b2b76"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -302,7 +302,7 @@ redis:
 # User-events configuration
 user_events:
   imageName: "openwhisk/user-events"
-  imageTag: "84e53da"
+  imageTag: "12b2b76"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"