File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
kubernetes/helm/gateway-helm-chart Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 0.3.0-SNAPSHOT
1+ 0.4.0
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.3.0-SNAPSHOT
21+ image : ghcr.io/wso2/api-platform/gateway-controller:0.4.0
2222 mem_limit : 128m
2323 mem_reservation : 128m
2424 cpus : 0.1
@@ -45,7 +45,7 @@ services:
4545 - gateway-network
4646
4747 policy-engine :
48- image : ghcr.io/wso2/api-platform/policy-engine:0.3.0-SNAPSHOT
48+ image : ghcr.io/wso2/api-platform/policy-engine:0.4.0
4949 command : ["-xds-server", "gateway-controller:18001"]
5050 mem_limit : 128m
5151 mem_reservation : 128m
@@ -61,7 +61,7 @@ services:
6161 - gateway-network
6262
6363 router :
64- image : ghcr.io/wso2/api-platform/gateway-router:0.3.0-SNAPSHOT
64+ image : ghcr.io/wso2/api-platform/gateway-router:0.4.0
6565 mem_limit : 256m
6666 mem_reservation : 256m
6767 cpus : 0.2
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.2.0
6- appVersion : " 0.2 .0"
6+ appVersion : " 0.4 .0"
77type : application
88home : https://github.com/Tharsanan1/apip-operator
99sources :
You can’t perform that action at this time.
0 commit comments