File tree Expand file tree Collapse file tree 2 files changed +7
-37
lines changed Expand file tree Collapse file tree 2 files changed +7
-37
lines changed Original file line number Diff line number Diff line change 5151 }
5252 ],
5353 "python" : [
54- {
55- "kind" : " python:2" ,
56- "default" : false ,
57- "image" : {
58- "prefix" : " openwhisk" ,
59- "name" : " python2action" ,
60- "tag" : " 1.13.0-incubating"
61- },
62- "deprecated" : false ,
63- "attached" : {
64- "attachmentName" : " codefile" ,
65- "attachmentType" : " text/plain"
66- }
67- },
6854 {
6955 "kind" : " python:3" ,
7056 "default" : true ,
250236 "attachmentType" : " text/plain"
251237 }
252238 }
253- ],
254- "ballerina" : [
255- {
256- "kind" : " ballerina:0.990" ,
257- "default" : true ,
258- "image" : {
259- "prefix" : " openwhisk" ,
260- "name" : " action-ballerina-v0.990.2" ,
261- "tag" : " nightly"
262- },
263- "deprecated" : false ,
264- "attached" : {
265- "attachmentName" : " codefile" ,
266- "attachmentType" : " text/plain"
267- }
268- }
269239 ]
270240 },
271241 "blackboxes" : [
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-10-07-10:25:41Z "
133- buildNo : " 20201007a "
134- gitTag : " ed3f76e38d89468d11e862ee0539e74f02ac7f8e "
132+ buildDate : " 2020-10-20-01:00:00Z "
133+ buildNo : " v1.0.0:20201020a "
134+ gitTag : " 1.0.0 "
135135 openwhiskCli :
136136 tag : " 1.1.0"
137137 openwhiskCatalog :
152152# Images used to run auxillary tasks/jobs
153153utility :
154154 imageName : " openwhisk/ow-utils"
155- imageTag : " ed3f76e "
155+ imageTag : " 1.0.0 "
156156 imagePullPolicy : " IfNotPresent"
157157
158158# Docker registry
@@ -249,7 +249,7 @@ nginx:
249249# Controller configurations
250250controller :
251251 imageName : " openwhisk/controller"
252- imageTag : " ed3f76e "
252+ imageTag : " 1.0.0 "
253253 imagePullPolicy : " IfNotPresent"
254254 replicaCount : 1
255255 restartPolicy : " Always"
@@ -262,7 +262,7 @@ controller:
262262# Invoker configurations
263263invoker :
264264 imageName : " openwhisk/invoker"
265- imageTag : " ed3f76e "
265+ imageTag : " 1.0.0 "
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 : " ed3f76e "
319+ imageTag : " 1.0.0 "
320320 imagePullPolicy : " IfNotPresent"
321321 replicaCount : 1
322322 restartPolicy : " Always"
You can’t perform that action at this time.
0 commit comments