diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml index 097f431b..5181ffa2 100644 --- a/helm/openwhisk/Chart.yaml +++ b/helm/openwhisk/Chart.yaml @@ -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 diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml index e1cee33e..4457568b 100644 --- a/helm/openwhisk/values.yaml +++ b/helm/openwhisk/values.yaml @@ -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: @@ -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 @@ -238,7 +238,7 @@ nginx: # Controller configurations controller: imageName: "openwhisk/controller" - imageTag: "12b2b76" + imageTag: "18bbac5" imagePullPolicy: "IfNotPresent" replicaCount: 1 restartPolicy: "Always" @@ -250,7 +250,7 @@ controller: # Invoker configurations invoker: imageName: "openwhisk/invoker" - imageTag: "12b2b76" + imageTag: "18bbac5" imagePullPolicy: "IfNotPresent" restartPolicy: "Always" port: 8080 @@ -303,7 +303,7 @@ redis: # User-events configuration user_events: imageName: "openwhisk/user-events" - imageTag: "12b2b76" + imageTag: "18bbac5" imagePullPolicy: "IfNotPresent" replicaCount: 1 restartPolicy: "Always"