This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 1c3b753 Add nodejs:10 to default set of runtimes for k8s (#365)
1c3b753 is described below
commit 1c3b753900e09325fa3dd913d68e8fec852c42e2
Author: Carlos Santana <[email protected]>
AuthorDate: Mon Nov 19 16:51:22 2018 -0500
Add nodejs:10 to default set of runtimes for k8s (#365)
---
helm/openwhisk/runtimes.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index e414689..cc442a6 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -34,6 +34,20 @@
"attachmentName": "codefile",
"attachmentType": "text/plain"
}
+ },
+ {
+ "kind": "nodejs:10",
+ "default": false,
+ "image": {
+ "prefix": "openwhisk",
+ "name": "action-nodejs-v10",
+ "tag": "586f84e"
+ },
+ "deprecated": false,
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ }
}
],
"python": [