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 d117002 use openwhisk-runtime-go v1.14.0 (#537)
d117002 is described below
commit d117002581dbcde57caf9ee89dc3f9fb84230731
Author: David Grove <[email protected]>
AuthorDate: Fri Oct 11 19:03:30 2019 -0400
use openwhisk-runtime-go v1.14.0 (#537)
---
helm/openwhisk/runtimes.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index a15872d..edd63c6 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -170,8 +170,8 @@
},
"image": {
"prefix": "openwhisk",
- "name": "actionloop-golang-v1.11",
- "tag": "1.13.0-incubating"
+ "name": "action-golang-v1.11",
+ "tag": "1.14.0"
}
}
],