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

dgrove 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 d587e8b  Update runtime manifest with stem cells. (#207)
d587e8b is described below

commit d587e8b1951acd90dcac6e6a42930d6824eeb352
Author: rodric rabbah <[email protected]>
AuthorDate: Thu May 31 07:55:49 2018 -0400

    Update runtime manifest with stem cells. (#207)
    
    Updates the runtimes manifest for an upstream change (See 
apache/incubator-openwhisk#3669).
---
 .gitignore                             | 1 +
 helm/runtimes.json                     | 6 +++++-
 kubernetes/cluster-setup/runtimes.json | 6 +++++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 210a582..8daa723 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 kubernetes/nginx/certs
 helm/mycluster.yaml
+*~
diff --git a/helm/runtimes.json b/helm/runtimes.json
index 5a81001..d0a2bd4 100644
--- a/helm/runtimes.json
+++ b/helm/runtimes.json
@@ -14,7 +14,11 @@
                 "image": {
                     "name": "nodejs6action"
                 },
-                "deprecated": false
+                "deprecated": false,
+                "stemCells": [{
+                    "count": 2,
+                    "memory": "256 MB"
+                }]
             },
             {
                 "kind": "nodejs:8",
diff --git a/kubernetes/cluster-setup/runtimes.json 
b/kubernetes/cluster-setup/runtimes.json
index 5a81001..d0a2bd4 100644
--- a/kubernetes/cluster-setup/runtimes.json
+++ b/kubernetes/cluster-setup/runtimes.json
@@ -14,7 +14,11 @@
                 "image": {
                     "name": "nodejs6action"
                 },
-                "deprecated": false
+                "deprecated": false,
+                "stemCells": [{
+                    "count": 2,
+                    "memory": "256 MB"
+                }]
             },
             {
                 "kind": "nodejs:8",

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to