Skip to content

Commit 32bd76f

Browse files
committed
Change snapshot version
1 parent 29de8ed commit 32bd76f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

gateway/VERSION

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

gateway/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v1
22
gateway:
3-
version: 0.8.0-SNAPSHOT
3+
version: 0.7.3-SNAPSHOT
44
policies:
55
- name: add-headers
66
gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0

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/gateway-controller:0.8.0-SNAPSHOT
21+
image: ghcr.io/wso2/api-platform/gateway-controller:0.7.3-SNAPSHOT
2222
mem_limit: 60m
2323
mem_reservation: 60m
2424
cpus: 0.025
@@ -46,7 +46,7 @@ services:
4646
- gateway-network
4747

4848
gateway-runtime:
49-
image: ghcr.io/wso2/api-platform/gateway-runtime:0.8.0-SNAPSHOT
49+
image: ghcr.io/wso2/api-platform/gateway-runtime:0.7.3-SNAPSHOT
5050
mem_limit: 180m
5151
mem_reservation: 180m
5252
cpus: 0.175

gateway/sample-policies/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: v1
22
gateway:
3-
version: 0.8.0-SNAPSHOT
3+
version: 0.7.3-SNAPSHOT
44
policies:
55
- name: add-headers
66
gomodule: github.com/wso2/gateway-controllers/policies/add-headers@v0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gateway
33
kubeVersion: ">=1.24.0-0"
44
description: Helm chart for deploying the Gateway Operator components
55
version: 0.2.0
6-
appVersion: "0.8.0-SNAPSHOT"
6+
appVersion: "0.7.3-SNAPSHOT"
77
type: application
88
home: https://github.com/wso2/api-platform
99
sources:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ gateway:
295295
controller:
296296
image:
297297
repository: ghcr.io/wso2/api-platform/gateway-controller
298-
tag: "0.8.0-SNAPSHOT"
298+
tag: "0.7.3-SNAPSHOT"
299299
pullPolicy: Always
300300
imagePullSecrets: []
301301
service:
@@ -432,7 +432,7 @@ gateway:
432432
gatewayRuntime:
433433
image:
434434
repository: ghcr.io/wso2/api-platform/gateway-runtime
435-
tag: "0.8.0-SNAPSHOT"
435+
tag: "0.7.3-SNAPSHOT"
436436
pullPolicy: Always
437437
imagePullSecrets: []
438438
service:

0 commit comments

Comments
 (0)