File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ whisk:
128128 includeSystemTests : false
129129 versions :
130130 openwhisk :
131- buildDate : " 2021-08-17-05:51:11Z "
132- buildNo : " 20210817a "
133- gitTag : " 3e6138d088fbd502a69c31314ad7c0089c5f5283 "
131+ buildDate : " 2022-06-23-06:18:00Z "
132+ buildNo : " 20220623a "
133+ gitTag : " c5970a657a3070e9964cb14715b9df31819d3b75 "
134134 openwhiskCli :
135135 tag : " 1.1.0"
136136 openwhiskCatalog :
151151# Images used to run auxillary tasks/jobs
152152utility :
153153 imageName : " openwhisk/ow-utils"
154- imageTag : " 3e6138d "
154+ imageTag : " c5970a6 "
155155 imagePullPolicy : " IfNotPresent"
156156
157157# Docker registry
@@ -249,7 +249,7 @@ nginx:
249249# Controller configurations
250250controller :
251251 imageName : " openwhisk/controller"
252- imageTag : " 3e6138d "
252+ imageTag : " c5970a6 "
253253 imagePullPolicy : " IfNotPresent"
254254 replicaCount : 1
255255 restartPolicy : " Always"
@@ -262,7 +262,7 @@ controller:
262262# Invoker configurations
263263invoker :
264264 imageName : " openwhisk/invoker"
265- imageTag : " 3e6138d "
265+ imageTag : " c5970a6 "
266266 imagePullPolicy : " IfNotPresent"
267267 restartPolicy : " Always"
268268 runtimeDeleteTimeout : " 30 seconds"
@@ -317,7 +317,7 @@ redis:
317317# User-events configuration
318318user_events :
319319 imageName : " openwhisk/user-events"
320- imageTag : " 3e6138d "
320+ imageTag : " c5970a6 "
321321 imagePullPolicy : " IfNotPresent"
322322 replicaCount : 1
323323 restartPolicy : " Always"
You can’t perform that action at this time.
0 commit comments