Skip to content

Commit

Permalink
fix deploy: use new ow-util image to avoid install-package pod error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugy718 authored Jun 23, 2022
1 parent 43c15b3 commit 952fb0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm/openwhisk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ whisk:
includeSystemTests: false
versions:
openwhisk:
buildDate: "2021-08-17-05:51:11Z"
buildNo: "20210817a"
gitTag: "3e6138d088fbd502a69c31314ad7c0089c5f5283"
buildDate: "2022-06-23-06:18:00Z"
buildNo: "20220623a"
gitTag: "c5970a657a3070e9964cb14715b9df31819d3b75"
openwhiskCli:
tag: "1.1.0"
openwhiskCatalog:
Expand All @@ -151,7 +151,7 @@ k8s:
# Images used to run auxillary tasks/jobs
utility:
imageName: "openwhisk/ow-utils"
imageTag: "3e6138d"
imageTag: "c5970a6"
imagePullPolicy: "IfNotPresent"

# Docker registry
Expand Down Expand Up @@ -249,7 +249,7 @@ nginx:
# Controller configurations
controller:
imageName: "openwhisk/controller"
imageTag: "3e6138d"
imageTag: "c5970a6"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
Expand All @@ -262,7 +262,7 @@ controller:
# Invoker configurations
invoker:
imageName: "openwhisk/invoker"
imageTag: "3e6138d"
imageTag: "c5970a6"
imagePullPolicy: "IfNotPresent"
restartPolicy: "Always"
runtimeDeleteTimeout: "30 seconds"
Expand Down Expand Up @@ -317,7 +317,7 @@ redis:
# User-events configuration
user_events:
imageName: "openwhisk/user-events"
imageTag: "3e6138d"
imageTag: "c5970a6"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
Expand Down

0 comments on commit 952fb0d

Please sign in to comment.