You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/05/08 09:09:51 UTC

[incubator-openwhisk-deploy-kube] branch master updated: Adding Node.js v12 to kube deployments (#459)

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

jamesthomas 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 cbc1ec7  Adding Node.js v12 to kube deployments (#459)
cbc1ec7 is described below

commit cbc1ec7cac2de4162434e2136f5bc089b67f791e
Author: James Thomas <jt...@gmail.com>
AuthorDate: Wed May 8 10:09:46 2019 +0100

    Adding Node.js v12 to kube deployments (#459)
---
 helm/openwhisk/runtimes.json | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 8a66680..571b7d4 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -7,7 +7,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "nodejs6action",
-                    "tag": "c173d64"
+                    "tag": "ab224ab"
                 },
                 "deprecated": false,
                 "attached": {
@@ -27,7 +27,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v8",
-                    "tag": "c173d64"
+                    "tag": "ab224ab"
                 },
                 "deprecated": false,
                 "attached": {
@@ -41,7 +41,21 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v10",
-                    "tag": "c173d64"
+                    "tag": "ab224ab"
+                },
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
+            },
+            {
+                "kind": "nodejs:12",
+                "default": false,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-nodejs-v12",
+                    "tag": "ab224ab"
                 },
                 "deprecated": false,
                 "attached": {