This is an automated email from the ASF dual-hosted git repository.

chetanm 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 0d75970  Version bump for core system (#538)
0d75970 is described below

commit 0d75970825b9e89ab55f24296925c70075123b06
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Wed Oct 23 04:23:09 2019 -0400

    Version bump for core system (#538)
    
    Version bump tags for core system to get changes to
    KubernetesContainerFactory that drop the ability to
    perform a ping from user action containers. This enables
    the KCF to pass a few more of the system tests.
---
 helm/openwhisk/values.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 4bfdbdb..c73900f 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -130,9 +130,9 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2019-09-06-03:45:52Z"
-      buildNo: "20190906a"
-      gitTag: "b05b7ff21c414aac31a325c68ae522e5c8a17dd6"
+      buildDate: "2019-10-17-21:34:08Z"
+      buildNo: "20191017a"
+      gitTag: "81ac503f7efc8ee99ea1a37ef9ec3d6163d96c85"
     openwhiskCli:
       tag: "1.0.0"
     openwhiskCatalog:
@@ -155,7 +155,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "b05b7ff"
+  imageTag: "81ac503"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -239,7 +239,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "b05b7ff"
+  imageTag: "81ac503"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -251,7 +251,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "b05b7ff"
+  imageTag: "81ac503"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080

Reply via email to