Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/openwhisk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
apiVersion: v2
type: application
name: openwhisk
version: 0.2.2
version: 0.2.3
home: https://openwhisk.apache.org
description: Apache OpenWhisk is an open source serverless cloud platform
icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
Expand Down
14 changes: 7 additions & 7 deletions helm/openwhisk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ whisk:
includeSystemTests: false
versions:
openwhisk:
buildDate: "2020-03-06-11:55:05Z"
buildNo: "20200306a"
gitTag: "12b2b76d4bef3e7c2bd990cc441e31cb3d3046be"
buildDate: "2020-05-10-08:28:59Z"
buildNo: "20200510a"
gitTag: "18bbac5bfa12f852f016536960d9b29a5c0198d9"
openwhiskCli:
tag: "1.0.0"
openwhiskCatalog:
Expand All @@ -154,7 +154,7 @@ k8s:
# Images used to run auxillary tasks/jobs
utility:
imageName: "openwhisk/ow-utils"
imageTag: "12b2b76"
imageTag: "18bbac5"
imagePullPolicy: "IfNotPresent"

# Docker registry
Expand Down Expand Up @@ -238,7 +238,7 @@ nginx:
# Controller configurations
controller:
imageName: "openwhisk/controller"
imageTag: "12b2b76"
imageTag: "18bbac5"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
Expand All @@ -250,7 +250,7 @@ controller:
# Invoker configurations
invoker:
imageName: "openwhisk/invoker"
imageTag: "12b2b76"
imageTag: "18bbac5"
imagePullPolicy: "IfNotPresent"
restartPolicy: "Always"
port: 8080
Expand Down Expand Up @@ -303,7 +303,7 @@ redis:
# User-events configuration
user_events:
imageName: "openwhisk/user-events"
imageTag: "12b2b76"
imageTag: "18bbac5"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
Expand Down