You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/10/11 01:56:21 UTC

[openwhisk-deploy-kube] branch master updated: bump core repo tags to tip of master (#645)

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

rabbah 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 f58729b  bump core repo tags to tip of master (#645)
f58729b is described below

commit f58729b8265fe47f663dd1fd4e8b798391c45e86
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 10 21:56:14 2020 -0400

    bump core repo tags to tip of master (#645)
    
    * bump core repo tags to tip of master
    
    * define whisk.helm.release in controller for lean mode
---
 helm/openwhisk/Chart.yaml                    |  4 ++--
 helm/openwhisk/templates/controller-pod.yaml |  2 ++
 helm/openwhisk/values.yaml                   | 16 ++++++++--------
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index deb9546..e4e5c91 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
 apiVersion: v2
 type: application
 name: openwhisk
-version: 0.2.6
+version: 0.2.7
 home: https://openwhisk.apache.org
 description: Apache OpenWhisk is an open source serverless cloud platform
 icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
@@ -28,4 +28,4 @@ keywords:
 maintainers:
   - name: Apache OpenWhisk Community
     email: dev@openwhisk.apache.org
-kubeVersion: ">=v1.10.0-r0"
+kubeVersion: ">=v1.14.0-r0"
diff --git a/helm/openwhisk/templates/controller-pod.yaml b/helm/openwhisk/templates/controller-pod.yaml
index 12a2000..f40180d 100644
--- a/helm/openwhisk/templates/controller-pod.yaml
+++ b/helm/openwhisk/templates/controller-pod.yaml
@@ -208,4 +208,6 @@ spec:
 {{- if .Values.controller.lean }}
 {{ include "openwhisk.invoker.apihost" . | indent 8 }}
 {{ include "openwhisk.invoker.containerconfig" . | indent 8 }}
+        - name: "CONFIG_whisk_helm_release"
+          value: "{{ .Release.Name }}"
 {{- end }}
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 17268cf..2d74e82 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -129,11 +129,11 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2020-06-17-15:21:13Z"
-      buildNo: "20200617a"
-      gitTag: "71b7d564ff60bf6e89be5410ffcf59f785d17a4a"
+      buildDate: "2020-10-07-10:25:41Z"
+      buildNo: "20201007a"
+      gitTag: "ed3f76e38d89468d11e862ee0539e74f02ac7f8e"
     openwhiskCli:
-      tag: "1.0.0"
+      tag: "1.1.0"
     openwhiskCatalog:
       gitTag: "0.11.0"
     openwhiskPackageAlarms:
@@ -152,7 +152,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -249,7 +249,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -262,7 +262,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -316,7 +316,7 @@ redis:
 # User-events configuration
 user_events:
   imageName: "openwhisk/user-events"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"