Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0-SNAPSHOT
0.10.0-SNAPSHOT
2 changes: 1 addition & 1 deletion gateway/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1
gateway:
version: 0.9.0-SNAPSHOT
version: 0.10.0-SNAPSHOT
policies:
- name: add-headers
gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0
Expand Down
4 changes: 2 additions & 2 deletions gateway/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

services:
gateway-controller:
image: ghcr.io/wso2/api-platform/gateway-controller:0.9.0-SNAPSHOT
image: ghcr.io/wso2/api-platform/gateway-controller:0.10.0-SNAPSHOT
mem_limit: 60m
mem_reservation: 60m
cpus: 0.025
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
- gateway-network

gateway-runtime:
image: ghcr.io/wso2/api-platform/gateway-runtime:0.9.0-SNAPSHOT
image: ghcr.io/wso2/api-platform/gateway-runtime:0.10.0-SNAPSHOT
mem_limit: 180m
mem_reservation: 180m
cpus: 0.175
Expand Down
2 changes: 1 addition & 1 deletion gateway/sample-policies/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1
gateway:
version: 0.9.0-SNAPSHOT
version: 0.10.0-SNAPSHOT
policies:
- name: add-headers
gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/gateway-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gateway
kubeVersion: ">=1.24.0-0"
description: Helm chart for deploying the Gateway Operator components
version: 0.8.7
appVersion: "0.9.0-SNAPSHOT"
appVersion: "0.10.0-SNAPSHOT"
type: application
home: https://github.com/wso2/api-platform
sources:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/gateway-helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ gateway:
controller:
image:
repository: ghcr.io/wso2/api-platform/gateway-controller
tag: "0.9.0-SNAPSHOT"
tag: "0.10.0-SNAPSHOT"
pullPolicy: Always
imagePullSecrets: []
service:
Expand Down Expand Up @@ -438,7 +438,7 @@ gateway:
gatewayRuntime:
image:
repository: ghcr.io/wso2/api-platform/gateway-runtime
tag: "0.9.0-SNAPSHOT"
tag: "0.10.0-SNAPSHOT"
pullPolicy: Always
imagePullSecrets: []
service:
Expand Down