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
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 @@
 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 @@
 {{- 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 @@
     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 @@
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -249,7 +249,7 @@
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -262,7 +262,7 @@
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -316,7 +316,7 @@
 # User-events configuration
 user_events:
   imageName: "openwhisk/user-events"
-  imageTag: "71b7d56"
+  imageTag: "ed3f76e"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"