Skip to content

Commit 2e4af87

Browse files
committed
change version to developement version
1 parent 32c7092 commit 2e4af87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

event-gateway/docker-compose.dev.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.5.0-SNAPSHOT
21+
image: ghcr.io/wso2/api-platform/event-gateway-controller:0.6.0-SNAPSHOT
2222
build:
2323
context: ../gateway/gateway-controller
2424
dockerfile: Dockerfile
@@ -53,7 +53,7 @@ services:
5353
- egw-network
5454

5555
event-gateway:
56-
image: ghcr.io/wso2/api-platform/event-gateway-runtime:0.5.0-SNAPSHOT
56+
image: ghcr.io/wso2/api-platform/event-gateway-runtime:0.6.0-SNAPSHOT
5757
build:
5858
context: gateway-runtime
5959
dockerfile: Dockerfile

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.6.0
5+
version: 0.6.0-SNAPSHOT
66
appVersion: "0.6.0-SNAPSHOT"
77
type: application
88
home: https://github.com/wso2/api-platform

0 commit comments

Comments
 (0)