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 2019/08/30 22:25:16 UTC

[openwhisk-deploy-kube] branch master updated: update to use apigateway-0.11.0 (#518)

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 39f5826  update to use apigateway-0.11.0 (#518)
39f5826 is described below

commit 39f58268b364ab59907f2a400428c9d32f653854
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Aug 30 18:25:11 2019 -0400

    update to use apigateway-0.11.0 (#518)
---
 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 dfea9c5..b829cb4 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -285,7 +285,7 @@ invoker:
 # API Gateway configurations
 apigw:
   imageName: "openwhisk/apigateway"
-  imageTag: "0.10.0-incubating"
+  imageTag: "0.11.0"
   imagePullPolicy: "IfNotPresent"
   # NOTE: setting replicaCount > 1 is not tested and may not work
   replicaCount: 1