Skip to content

Commit 301344e

Browse files
Merge pull request #2007 from senthuran16/version-bump-event-gw070
2 parents 83cd35e + 013e5bd commit 301344e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

event-gateway/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0-SNAPSHOT
1+
0.7.0

event-gateway/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
services:
2020
gateway-controller:
21-
image: ghcr.io/wso2/api-platform/event-gateway-controller:0.7.0-SNAPSHOT
21+
image: ghcr.io/wso2/api-platform/event-gateway-controller:0.7.0
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-SNAPSHOT
48+
image: ghcr.io/wso2/api-platform/event-gateway-runtime:0.7.0
4949
ports:
5050
- "8080:8080" # WebSub HTTP
5151
- "8443:8443" # WebSub HTTPS

kubernetes/helm/event-gateway-helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: event-gateway
33
kubeVersion: ">=1.24.0-0"
44
description: Helm chart for deploying the Event Gateway components
5-
version: 0.7.0-SNAPSHOT
6-
appVersion: "0.7.0-SNAPSHOT"
5+
version: 0.7.0
6+
appVersion: "0.7.0"
77
type: application
88
home: https://github.com/wso2/api-platform
99
sources:

kubernetes/helm/event-gateway-helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-SNAPSHOT"
166+
tag: "0.7.0"
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-SNAPSHOT"
285+
tag: "0.7.0"
286286
pullPolicy: Always
287287
imagePullSecrets: []
288288
service:

0 commit comments

Comments
 (0)