File tree Expand file tree Collapse file tree
kubernetes/helm/gateway-helm-chart Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.8.8 -SNAPSHOT
1+ 0.9.0 -SNAPSHOT
Original file line number Diff line number Diff line change 11version : v1
22gateway :
3- version : 0.8.8 -SNAPSHOT
3+ version : 0.9.0 -SNAPSHOT
44policies :
55 - name : add-headers
66 gomodule : github.com/wso2/gateway-controllers/policies/add-headers@v0
Original file line number Diff line number Diff line change 1818
1919services :
2020 gateway-controller :
21- image : ghcr.io/wso2/api-platform/gateway-controller:0.8.8 -SNAPSHOT
21+ image : ghcr.io/wso2/api-platform/gateway-controller:0.9.0 -SNAPSHOT
2222 mem_limit : 60m
2323 mem_reservation : 60m
2424 cpus : 0.025
@@ -47,7 +47,7 @@ services:
4747 - gateway-network
4848
4949 gateway-runtime :
50- image : ghcr.io/wso2/api-platform/gateway-runtime:0.8.8 -SNAPSHOT
50+ image : ghcr.io/wso2/api-platform/gateway-runtime:0.9.0 -SNAPSHOT
5151 mem_limit : 180m
5252 mem_reservation : 180m
5353 cpus : 0.175
Original file line number Diff line number Diff line change 11version : v1
22gateway :
3- version : 0.8.8 -SNAPSHOT
3+ version : 0.9.0 -SNAPSHOT
44policies :
55 - name : add-headers
66 gomodule : github.com/wso2/gateway-controllers/policies/add-headers@v0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: gateway
33kubeVersion : " >=1.24.0-0"
44description : Helm chart for deploying the Gateway Operator components
55version : 0.8.7
6- appVersion : " 0.8.8 -SNAPSHOT"
6+ appVersion : " 0.9.0 -SNAPSHOT"
77type : application
88home : https://github.com/wso2/api-platform
99sources :
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ gateway:
297297 controller :
298298 image :
299299 repository : ghcr.io/wso2/api-platform/gateway-controller
300- tag : " 0.8.8 -SNAPSHOT"
300+ tag : " 0.9.0 -SNAPSHOT"
301301 pullPolicy : Always
302302 imagePullSecrets : []
303303 service :
@@ -438,7 +438,7 @@ gateway:
438438 gatewayRuntime :
439439 image :
440440 repository : ghcr.io/wso2/api-platform/gateway-runtime
441- tag : " 0.8.8 -SNAPSHOT"
441+ tag : " 0.9.0 -SNAPSHOT"
442442 pullPolicy : Always
443443 imagePullSecrets : []
444444 service :
You can’t perform that action at this time.
0 commit comments