Skip to content

Commit 54c3d67

Browse files
authored
use apigw 1.0.0 (#599)
1 parent 1ef8e23 commit 54c3d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1
21+
version: 0.2.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ invoker:
278278
# API Gateway configurations
279279
apigw:
280280
imageName: "openwhisk/apigateway"
281-
imageTag: "0.11.0"
281+
imageTag: "1.0.0"
282282
imagePullPolicy: "IfNotPresent"
283283
# NOTE: setting replicaCount > 1 is not tested and may not work
284284
replicaCount: 1

0 commit comments

Comments
 (0)