You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/10/30 22:51:55 UTC

[openwhisk-deploy-kube] branch 1.0.0 updated: prep for 1.0.0 release by synching image tags with core repo 1.0.0 (#648)

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

dgrove pushed a commit to branch 1.0.0
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/1.0.0 by this push:
     new c87079b  prep for 1.0.0 release by synching image tags with core repo 1.0.0 (#648)
c87079b is described below

commit c87079b36ee28634071ba320d9cd0b00946ade90
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Oct 30 18:51:46 2020 -0400

    prep for 1.0.0 release by synching image tags with core repo 1.0.0 (#648)
---
 helm/openwhisk/runtimes.json | 30 ------------------------------
 helm/openwhisk/values.yaml   | 14 +++++++-------
 2 files changed, 7 insertions(+), 37 deletions(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index d2d5f0c..869c9cd 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -52,20 +52,6 @@
         ],
         "python": [
             {
-                "kind": "python:2",
-                "default": false,
-                "image": {
-                    "prefix": "openwhisk",
-                    "name": "python2action",
-                    "tag": "1.13.0-incubating"
-                },
-                "deprecated": false,
-                "attached": {
-                    "attachmentName": "codefile",
-                    "attachmentType": "text/plain"
-                }
-            },
-            {
                 "kind": "python:3",
                 "default": true,
                 "image": {
@@ -250,22 +236,6 @@
                     "attachmentType": "text/plain"
                 }
             }
-        ],
-        "ballerina": [
-            {
-                "kind": "ballerina:0.990",
-                "default": true,
-                "image": {
-                    "prefix": "openwhisk",
-                    "name": "action-ballerina-v0.990.2",
-                    "tag": "nightly"
-                },
-                "deprecated": false,
-                "attached": {
-                    "attachmentName": "codefile",
-                    "attachmentType": "text/plain"
-                }
-            }
         ]
     },
     "blackboxes": [
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 2d74e82..7e7c0f3 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -129,9 +129,9 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2020-10-07-10:25:41Z"
-      buildNo: "20201007a"
-      gitTag: "ed3f76e38d89468d11e862ee0539e74f02ac7f8e"
+      buildDate: "2020-10-20-01:00:00Z"
+      buildNo: "v1.0.0:20201020a"
+      gitTag: "1.0.0"
     openwhiskCli:
       tag: "1.1.0"
     openwhiskCatalog:
@@ -152,7 +152,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "ed3f76e"
+  imageTag: "1.0.0"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -249,7 +249,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "ed3f76e"
+  imageTag: "1.0.0"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -262,7 +262,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "ed3f76e"
+  imageTag: "1.0.0"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -316,7 +316,7 @@ redis:
 # User-events configuration
 user_events:
   imageName: "openwhisk/user-events"
-  imageTag: "ed3f76e"
+  imageTag: "1.0.0"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"