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/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 281c0ac  Update to use runtime-php 1.16.0 (#676)
281c0ac is described below

commit 281c0ace1dbede3cbd18b0aecf0775fb3dff4bdb
Author: Rob Allen <[email protected]>
AuthorDate: Thu Feb 25 16:18:07 2021 +0000

    Update to use runtime-php 1.16.0 (#676)
---
 helm/openwhisk/runtimes.json | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 167bb58..91dbad9 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -135,7 +135,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-php-v7.3",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
                 },
                 "attached": {
                     "attachmentName": "codefile",
@@ -149,7 +149,21 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-php-v7.4",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
+                },
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
+            },
+            {
+                "kind": "php:8.0",
+                "default": false,
+                "deprecated": false,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-php-v7.4",
+                    "tag": "1.16.0"
                 },
                 "attached": {
                     "attachmentName": "codefile",

Reply via email to