You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/04/16 14:18:45 UTC

[openwhisk-deploy-kube] branch master updated: use apigw 1.0.0 (#599)

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 54c3d67  use apigw 1.0.0 (#599)
54c3d67 is described below

commit 54c3d672f8e3747f44be37075e0292126e960579
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Apr 16 10:18:35 2020 -0400

    use apigw 1.0.0 (#599)
---
 helm/openwhisk/Chart.yaml  | 2 +-
 helm/openwhisk/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 8938e13..097f431 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 type: application
 name: openwhisk
-version: 0.2.1
+version: 0.2.2
 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 ae81ec2..e1cee33 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -278,7 +278,7 @@ invoker:
 # API Gateway configurations
 apigw:
   imageName: "openwhisk/apigateway"
-  imageTag: "0.11.0"
+  imageTag: "1.0.0"
   imagePullPolicy: "IfNotPresent"
   # NOTE: setting replicaCount > 1 is not tested and may not work
   replicaCount: 1