Skip to content

Commit c87079b

Browse files
authored
prep for 1.0.0 release by synching image tags with core repo 1.0.0 (#648)
1 parent f58729b commit c87079b

File tree

2 files changed

+7
-37
lines changed

2 files changed

+7
-37
lines changed

helm/openwhisk/runtimes.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@
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,
@@ -250,22 +236,6 @@
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": [

helm/openwhisk/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:
@@ -152,7 +152,7 @@ k8s:
152152
# Images used to run auxillary tasks/jobs
153153
utility:
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
250250
controller:
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
263263
invoker:
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
317317
user_events:
318318
imageName: "openwhisk/user-events"
319-
imageTag: "ed3f76e"
319+
imageTag: "1.0.0"
320320
imagePullPolicy: "IfNotPresent"
321321
replicaCount: 1
322322
restartPolicy: "Always"

0 commit comments

Comments
 (0)