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

dubeejw 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 bbd0292  remove swift:3 support (#95)
bbd0292 is described below

commit bbd02926f86fa014658271277deb248b739b954b
Author: Carlos Santana <csantan...@gmail.com>
AuthorDate: Fri Dec 1 20:14:00 2017 -0500

    remove swift:3 support (#95)
---
 kubernetes/controller/controller.yml | 2 +-
 kubernetes/invoker/invoker.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubernetes/controller/controller.yml 
b/kubernetes/controller/controller.yml
index 470a8b0..4eb90d7 100644
--- a/kubernetes/controller/controller.yml
+++ b/kubernetes/controller/controller.yml
@@ -54,7 +54,7 @@ spec:
 
         # This needs to stay up to date with the lates runtime in Ansible 
Groupvars
         - name: "RUNTIMES_MANIFEST"
-          value: '{ "defaultImagePrefix": "openwhisk", "defaultImageTag": 
"latest", "runtimes": { "nodejs": [ { "kind": "nodejs", "image": { "name": 
"nodejsaction" }, "deprecated": true }, { "kind": "nodejs:6", "default": true, 
"image": { "name": "nodejs6action" }, "deprecated": false } ], "python": [ { 
"kind": "python", "image": { "name": "python2action" }, "deprecated": false }, 
{ "kind": "python:2", "default": true, "image": { "name": "python2action" }, 
"deprecated": false }, { "kind" [...]
+          value: '{ "defaultImagePrefix": "openwhisk", "defaultImageTag": 
"latest", "runtimes": { "nodejs": [ { "kind": "nodejs", "image": { "name": 
"nodejsaction" }, "deprecated": true }, { "kind": "nodejs:6", "default": true, 
"image": { "name": "nodejs6action" }, "deprecated": false } ], "python": [ { 
"kind": "python", "image": { "name": "python2action" }, "deprecated": false }, 
{ "kind": "python:2", "default": true, "image": { "name": "python2action" }, 
"deprecated": false }, { "kind" [...]
 
         # this version is the day it is deployed and should be configured 
every time
         - name:  "WHISK_VERSION_DATE"
diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml
index 11be55d..0d81298 100644
--- a/kubernetes/invoker/invoker.yml
+++ b/kubernetes/invoker/invoker.yml
@@ -94,7 +94,7 @@ spec:
 
           # This property can change since it is generated via Ansible 
GroupVars
           - name: "RUNTIMES_MANIFEST"
-            value: '{ "defaultImagePrefix": "openwhisk", "defaultImageTag": 
"latest", "runtimes": { "nodejs": [ { "kind": "nodejs", "image": { "name": 
"nodejsaction" }, "deprecated": true }, { "kind": "nodejs:6", "default": true, 
"image": { "name": "nodejs6action" }, "deprecated": false } ], "python": [ { 
"kind": "python", "image": { "name": "python2action" }, "deprecated": false }, 
{ "kind": "python:2", "default": true, "image": { "name": "python2action" }, 
"deprecated": false }, { "kin [...]
+            value: '{ "defaultImagePrefix": "openwhisk", "defaultImageTag": 
"latest", "runtimes": { "nodejs": [ { "kind": "nodejs", "image": { "name": 
"nodejsaction" }, "deprecated": true }, { "kind": "nodejs:6", "default": true, 
"image": { "name": "nodejs6action" }, "deprecated": false } ], "python": [ { 
"kind": "python", "image": { "name": "python2action" }, "deprecated": false }, 
{ "kind": "python:2", "default": true, "image": { "name": "python2action" }, 
"deprecated": false }, { "kin [...]
 
           # Default to empty logs dir. This is because logs should go to stdout
           - name: "WHISK_LOGS_DIR"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to