@@ -139,9 +139,9 @@ whisk:
139139 includeSystemTests : false
140140 versions :
141141 openwhisk :
142- buildDate : " 2022-09-13-02:40:10Z "
143- buildNo : " 20220912 "
144- gitTag : " a1639f0e4d7270c9a230190ac26acb61413b6bbb "
142+ buildDate : " 2022-10-14-13:44:50Z "
143+ buildNo : " 20221014 "
144+ gitTag : " ef725a653ab112391f79c274d8e3dcfb915d59a3 "
145145 openwhiskCli :
146146 tag : " 1.1.0"
147147 openwhiskCatalog :
162162# Images used to run auxillary tasks/jobs
163163utility :
164164 imageName : " openwhisk/ow-utils"
165- imageTag : " a1639f0 "
165+ imageTag : " ef725a6 "
166166 imagePullPolicy : " IfNotPresent"
167167
168168# Docker registry
@@ -260,7 +260,7 @@ nginx:
260260# Controller configurations
261261controller :
262262 imageName : " openwhisk/controller"
263- imageTag : " a1639f0 "
263+ imageTag : " ef725a6 "
264264 imagePullPolicy : " IfNotPresent"
265265 replicaCount : 1
266266 restartPolicy : " Always"
@@ -274,7 +274,7 @@ controller:
274274scheduler :
275275 enabled : false
276276 imageName : " openwhisk/scheduler"
277- imageTag : " a1639f0 "
277+ imageTag : " ef725a6 "
278278 imagePullPolicy : " IfNotPresent"
279279 replicaCount : 1
280280 restartPolicy : " Always"
@@ -331,7 +331,7 @@ etcd:
331331# Invoker configurations
332332invoker :
333333 imageName : " openwhisk/invoker"
334- imageTag : " a1639f0 "
334+ imageTag : " ef725a6 "
335335 imagePullPolicy : " IfNotPresent"
336336 restartPolicy : " Always"
337337 runtimeDeleteTimeout : " 30 seconds"
@@ -386,7 +386,7 @@ redis:
386386# User-events configuration
387387user_events :
388388 imageName : " openwhisk/user-events"
389- imageTag : " a1639f0 "
389+ imageTag : " ef725a6 "
390390 imagePullPolicy : " IfNotPresent"
391391 replicaCount : 1
392392 restartPolicy : " Always"
0 commit comments