You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/19 21:30:55 UTC

[GitHub] csantanapr commented on a change in pull request #365: Add nodejs:10 to default set of runtimes for k8s

csantanapr commented on a change in pull request #365: Add nodejs:10 to default set of runtimes for k8s
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/365#discussion_r234788626
 
 

 ##########
 File path: 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": "d967ebe"
 
 Review comment:
   it was a copy paste error from nodejs8, Are we pinning now?
   You don't like to leave on the bleeding edge?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services