Skip to content

Commit e875038

Browse files
authored
bump core repo tags to 71b7d56 (#612)
1 parent d670957 commit e875038

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

helm/openwhisk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apiVersion: v2
1919
type: application
2020
name: openwhisk
21-
version: 0.2.3
21+
version: 0.2.4
2222
home: https://openwhisk.apache.org
2323
description: Apache OpenWhisk is an open source serverless cloud platform
2424
icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png

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-05-10-08:28:59Z"
133-
buildNo: "20200510a"
134-
gitTag: "18bbac5bfa12f852f016536960d9b29a5c0198d9"
132+
buildDate: "2020-06-17-15:21:13Z"
133+
buildNo: "20200617a"
134+
gitTag: "71b7d564ff60bf6e89be5410ffcf59f785d17a4a"
135135
openwhiskCli:
136136
tag: "1.0.0"
137137
openwhiskCatalog:
@@ -154,7 +154,7 @@ k8s:
154154
# Images used to run auxillary tasks/jobs
155155
utility:
156156
imageName: "openwhisk/ow-utils"
157-
imageTag: "18bbac5"
157+
imageTag: "71b7d56"
158158
imagePullPolicy: "IfNotPresent"
159159

160160
# Docker registry
@@ -238,7 +238,7 @@ nginx:
238238
# Controller configurations
239239
controller:
240240
imageName: "openwhisk/controller"
241-
imageTag: "18bbac5"
241+
imageTag: "71b7d56"
242242
imagePullPolicy: "IfNotPresent"
243243
replicaCount: 1
244244
restartPolicy: "Always"
@@ -250,7 +250,7 @@ controller:
250250
# Invoker configurations
251251
invoker:
252252
imageName: "openwhisk/invoker"
253-
imageTag: "18bbac5"
253+
imageTag: "71b7d56"
254254
imagePullPolicy: "IfNotPresent"
255255
restartPolicy: "Always"
256256
port: 8080
@@ -303,7 +303,7 @@ redis:
303303
# User-events configuration
304304
user_events:
305305
imageName: "openwhisk/user-events"
306-
imageTag: "18bbac5"
306+
imageTag: "71b7d56"
307307
imagePullPolicy: "IfNotPresent"
308308
replicaCount: 1
309309
restartPolicy: "Always"

0 commit comments

Comments
 (0)