Skip to content

Commit 952fb0d

Browse files
authored
fix deploy: use new ow-util image to avoid install-package pod error (#730)
1 parent 43c15b3 commit 952fb0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

helm/openwhisk/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:
@@ -151,7 +151,7 @@ k8s:
151151
# Images used to run auxillary tasks/jobs
152152
utility:
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
250250
controller:
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
263263
invoker:
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
318318
user_events:
319319
imageName: "openwhisk/user-events"
320-
imageTag: "3e6138d"
320+
imageTag: "c5970a6"
321321
imagePullPolicy: "IfNotPresent"
322322
replicaCount: 1
323323
restartPolicy: "Always"

0 commit comments

Comments
 (0)