Skip to content

Commit f58729b

Browse files
authored
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
1 parent 91cd2e3 commit f58729b

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

helm/openwhisk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apiVersion: v2
1919
type: application
2020
name: openwhisk
21-
version: 0.2.6
21+
version: 0.2.7
2222
home: https://openwhisk.apache.org
2323
description: Apache OpenWhisk is an open source serverless cloud platform
2424
icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
@@ -28,4 +28,4 @@ keywords:
2828
maintainers:
2929
- name: Apache OpenWhisk Community
3030
31-
kubeVersion: ">=v1.10.0-r0"
31+
kubeVersion: ">=v1.14.0-r0"

helm/openwhisk/templates/controller-pod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,6 @@ spec:
208208
{{- if .Values.controller.lean }}
209209
{{ include "openwhisk.invoker.apihost" . | indent 8 }}
210210
{{ include "openwhisk.invoker.containerconfig" . | indent 8 }}
211+
- name: "CONFIG_whisk_helm_release"
212+
value: "{{ .Release.Name }}"
211213
{{- end }}

helm/openwhisk/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ whisk:
129129
includeSystemTests: false
130130
versions:
131131
openwhisk:
132-
buildDate: "2020-06-17-15:21:13Z"
133-
buildNo: "20200617a"
134-
gitTag: "71b7d564ff60bf6e89be5410ffcf59f785d17a4a"
132+
buildDate: "2020-10-07-10:25:41Z"
133+
buildNo: "20201007a"
134+
gitTag: "ed3f76e38d89468d11e862ee0539e74f02ac7f8e"
135135
openwhiskCli:
136-
tag: "1.0.0"
136+
tag: "1.1.0"
137137
openwhiskCatalog:
138138
gitTag: "0.11.0"
139139
openwhiskPackageAlarms:
@@ -152,7 +152,7 @@ k8s:
152152
# Images used to run auxillary tasks/jobs
153153
utility:
154154
imageName: "openwhisk/ow-utils"
155-
imageTag: "71b7d56"
155+
imageTag: "ed3f76e"
156156
imagePullPolicy: "IfNotPresent"
157157

158158
# Docker registry
@@ -249,7 +249,7 @@ nginx:
249249
# Controller configurations
250250
controller:
251251
imageName: "openwhisk/controller"
252-
imageTag: "71b7d56"
252+
imageTag: "ed3f76e"
253253
imagePullPolicy: "IfNotPresent"
254254
replicaCount: 1
255255
restartPolicy: "Always"
@@ -262,7 +262,7 @@ controller:
262262
# Invoker configurations
263263
invoker:
264264
imageName: "openwhisk/invoker"
265-
imageTag: "71b7d56"
265+
imageTag: "ed3f76e"
266266
imagePullPolicy: "IfNotPresent"
267267
restartPolicy: "Always"
268268
port: 8080
@@ -316,7 +316,7 @@ redis:
316316
# User-events configuration
317317
user_events:
318318
imageName: "openwhisk/user-events"
319-
imageTag: "71b7d56"
319+
imageTag: "ed3f76e"
320320
imagePullPolicy: "IfNotPresent"
321321
replicaCount: 1
322322
restartPolicy: "Always"

0 commit comments

Comments
 (0)