File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818apiVersion : v2
1919type : application
2020name : openwhisk
21- version : 0.2.2
21+ version : 0.2.3
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
Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ whisk:
129129 includeSystemTests : false
130130 versions :
131131 openwhisk :
132- buildDate : " 2020-03-06-11:55:05Z "
133- buildNo : " 20200306a "
134- gitTag : " 12b2b76d4bef3e7c2bd990cc441e31cb3d3046be "
132+ buildDate : " 2020-05-10-08:28:59Z "
133+ buildNo : " 20200510a "
134+ gitTag : " 18bbac5bfa12f852f016536960d9b29a5c0198d9 "
135135 openwhiskCli :
136136 tag : " 1.0.0"
137137 openwhiskCatalog :
154154# Images used to run auxillary tasks/jobs
155155utility :
156156 imageName : " openwhisk/ow-utils"
157- imageTag : " 12b2b76 "
157+ imageTag : " 18bbac5 "
158158 imagePullPolicy : " IfNotPresent"
159159
160160# Docker registry
@@ -238,7 +238,7 @@ nginx:
238238# Controller configurations
239239controller :
240240 imageName : " openwhisk/controller"
241- imageTag : " 12b2b76 "
241+ imageTag : " 18bbac5 "
242242 imagePullPolicy : " IfNotPresent"
243243 replicaCount : 1
244244 restartPolicy : " Always"
@@ -250,7 +250,7 @@ controller:
250250# Invoker configurations
251251invoker :
252252 imageName : " openwhisk/invoker"
253- imageTag : " 12b2b76 "
253+ imageTag : " 18bbac5 "
254254 imagePullPolicy : " IfNotPresent"
255255 restartPolicy : " Always"
256256 port : 8080
@@ -303,7 +303,7 @@ redis:
303303# User-events configuration
304304user_events :
305305 imageName : " openwhisk/user-events"
306- imageTag : " 12b2b76 "
306+ imageTag : " 18bbac5 "
307307 imagePullPolicy : " IfNotPresent"
308308 replicaCount : 1
309309 restartPolicy : " Always"
You can’t perform that action at this time.
0 commit comments