diff --git a/event-gateway/VERSION b/event-gateway/VERSION index 5ea35de7a..92bf34d3e 100644 --- a/event-gateway/VERSION +++ b/event-gateway/VERSION @@ -1 +1 @@ -0.9.0-SNAPSHOT +0.10.0-SNAPSHOT diff --git a/event-gateway/docker-compose.yaml b/event-gateway/docker-compose.yaml index b7941f9bd..8ef9ba9c9 100644 --- a/event-gateway/docker-compose.yaml +++ b/event-gateway/docker-compose.yaml @@ -18,7 +18,7 @@ services: gateway-controller: - image: ghcr.io/wso2/api-platform/event-gateway-controller:0.9.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/event-gateway-controller:0.10.0-SNAPSHOT command: ["-config", "/etc/gateway-controller/config.toml"] ports: - "9090:9090" # Management API @@ -45,7 +45,7 @@ services: - egw-network event-gateway: - image: ghcr.io/wso2/api-platform/event-gateway-runtime:0.9.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/event-gateway-runtime:0.10.0-SNAPSHOT ports: - "8080:8080" # WebSub HTTP - "8443:8443" # WebSub HTTPS diff --git a/kubernetes/helm/event-gateway-helm-chart/Chart.yaml b/kubernetes/helm/event-gateway-helm-chart/Chart.yaml index c00abf901..2d34a2915 100644 --- a/kubernetes/helm/event-gateway-helm-chart/Chart.yaml +++ b/kubernetes/helm/event-gateway-helm-chart/Chart.yaml @@ -3,7 +3,7 @@ name: event-gateway kubeVersion: ">=1.24.0-0" description: Helm chart for deploying the Event Gateway components version: 0.9.0-SNAPSHOT -appVersion: "0.9.0-SNAPSHOT" +appVersion: "0.10.0-SNAPSHOT" type: application home: https://github.com/wso2/api-platform sources: diff --git a/kubernetes/helm/event-gateway-helm-chart/values.yaml b/kubernetes/helm/event-gateway-helm-chart/values.yaml index d935fde89..796507a7d 100644 --- a/kubernetes/helm/event-gateway-helm-chart/values.yaml +++ b/kubernetes/helm/event-gateway-helm-chart/values.yaml @@ -169,7 +169,7 @@ eventGateway: controller: image: repository: ghcr.io/wso2/api-platform/event-gateway-controller - tag: "0.9.0-SNAPSHOT" + tag: "0.10.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: @@ -290,7 +290,7 @@ eventGateway: gatewayRuntime: image: repository: ghcr.io/wso2/api-platform/event-gateway-runtime - tag: "0.9.0-SNAPSHOT" + tag: "0.10.0-SNAPSHOT" pullPolicy: Always imagePullSecrets: [] service: