File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1818apiVersion : v2
1919type : application
2020name : openwhisk
21- version : 0.2.6
21+ version : 0.2.7
2222home : https://openwhisk.apache.org
2323description : Apache OpenWhisk is an open source serverless cloud platform
2424icon : https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
@@ -28,4 +28,4 @@ keywords:
2828maintainers :
2929 - name : Apache OpenWhisk Community
303031- kubeVersion : " >=v1.10 .0-r0"
31+ kubeVersion : " >=v1.14 .0-r0"
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 :
152152# Images used to run auxillary tasks/jobs
153153utility :
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
250250controller :
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
263263invoker :
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
317317user_events :
318318 imageName : " openwhisk/user-events"
319- imageTag : " 71b7d56 "
319+ imageTag : " ed3f76e "
320320 imagePullPolicy : " IfNotPresent"
321321 replicaCount : 1
322322 restartPolicy : " Always"
You can’t perform that action at this time.
0 commit comments