File tree Expand file tree Collapse file tree
kubernetes/helm/event-gateway-helm-chart Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.7.0
1+ 0.8.0-SNAPSHOT
Original file line number Diff line number Diff line change 1818
1919services :
2020 gateway-controller :
21- image : ghcr.io/wso2/api-platform/event-gateway-controller:0.7.0
21+ image : ghcr.io/wso2/api-platform/event-gateway-controller:0.8.0-SNAPSHOT
2222 command : ["-config", "/etc/gateway-controller/config.toml"]
2323 ports :
2424 - " 9090:9090" # Management API
@@ -45,7 +45,7 @@ services:
4545 - egw-network
4646
4747 event-gateway :
48- image : ghcr.io/wso2/api-platform/event-gateway-runtime:0.7.0
48+ image : ghcr.io/wso2/api-platform/event-gateway-runtime:0.8.0-SNAPSHOT
4949 ports :
5050 - " 8080:8080" # WebSub HTTP
5151 - " 8443:8443" # WebSub HTTPS
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : event-gateway
33kubeVersion : " >=1.24.0-0"
44description : Helm chart for deploying the Event Gateway components
5- version : 0.7.0
6- appVersion : " 0.7.0 "
5+ version : 0.8.0-SNAPSHOT
6+ appVersion : " 0.8.0-SNAPSHOT "
77type : application
88home : https://github.com/wso2/api-platform
99sources :
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ eventGateway:
163163 controller :
164164 image :
165165 repository : ghcr.io/wso2/api-platform/event-gateway-controller
166- tag : " 0.7.0 "
166+ tag : " 0.8.0-SNAPSHOT "
167167 pullPolicy : Always
168168 imagePullSecrets : []
169169 service :
@@ -282,7 +282,7 @@ eventGateway:
282282 gatewayRuntime :
283283 image :
284284 repository : ghcr.io/wso2/api-platform/event-gateway-runtime
285- tag : " 0.7.0 "
285+ tag : " 0.8.0-SNAPSHOT "
286286 pullPolicy : Always
287287 imagePullSecrets : []
288288 service :
You can’t perform that action at this time.
0 commit comments