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

daisyguo 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 eb92751  Update runtimes.json (#393)
eb92751 is described below

commit eb9275174d94601d015f0465891f3baf7ac1166c
Author: Shawn Black <[email protected]>
AuthorDate: Thu Dec 13 23:07:25 2018 -0600

    Update runtimes.json (#393)
    
    * Update runtimes.json
    
    Updated runtimes.json to address item 3 on 
https://github.com/apache/incubator-openwhisk/issues/4177
---
 helm/openwhisk/runtimes.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index b383c9c..afec083 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -199,6 +199,23 @@
                     "tag": "e7fb79c"
                 }
             }
+        ],
+        "dotnet": [
+            {
+                "kind": "dotnet:2.2",
+                "default": true,
+                "deprecated": false,
+                "requireMain": true,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-dotnet-v2.2",
+                    "tag": "52eac6c"
+                },
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
+            }
         ]
     },
     "blackboxes": [

Reply via email to