File tree Expand file tree Collapse file tree 8 files changed +12
-14
lines changed
kubernetes/helm/gateway-helm-chart Expand file tree Collapse file tree 8 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1- 0.8.0 -SNAPSHOT
1+ 0.7.1 -SNAPSHOT
Original file line number Diff line number Diff line change 11version : v1
22gateway :
3- version : 0.8.0 -SNAPSHOT
3+ version : 0.7.1 -SNAPSHOT
44policies :
55 - name : add-headers
66 gomodule : github.com/wso2/gateway-controllers/policies/add-headers@v0
Original file line number Diff line number Diff line change 1818
1919services :
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.1 -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.7.0 -SNAPSHOT
49+ image : ghcr.io/wso2/api-platform/gateway-runtime:0.7.1 -SNAPSHOT
5050 mem_limit : 180m
5151 mem_reservation : 180m
5252 cpus : 0.175
Original file line number Diff line number Diff line change 2323services :
2424 gateway-controller :
2525 container_name : it-gateway-controller
26- image : ghcr.io/wso2/api-platform/gateway-controller-coverage:0.8.0 -SNAPSHOT
26+ image : ghcr.io/wso2/api-platform/gateway-controller-coverage:0.7.1 -SNAPSHOT
2727 mem_limit : 1000m
2828 mem_reservation : 1000m
2929 cpus : 0.5
@@ -55,7 +55,7 @@ services:
5555
5656 gateway-runtime :
5757 container_name : it-gateway-runtime
58- image : ghcr.io/wso2/api-platform/gateway-runtime-coverage:0.7.0 -SNAPSHOT
58+ image : ghcr.io/wso2/api-platform/gateway-runtime-coverage:0.7.1 -SNAPSHOT
5959 mem_limit : 2000m
6060 mem_reservation : 2000m
6161 cpus : 1
Original file line number Diff line number Diff line change 11version : v1
22gateway :
3- version : 0.8.0 -SNAPSHOT
3+ version : 0.7.1 -SNAPSHOT
44policies :
55 - name : add-headers
66 gomodule : github.com/wso2/gateway-controllers/policies/add-headers@v0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: gateway
33kubeVersion : " >=1.24.0-0"
44description : Helm chart for deploying the Gateway Operator components
55version : 0.2.0
6- appVersion : " 0.8.0 -SNAPSHOT"
6+ appVersion : " 0.7.1 -SNAPSHOT"
77type : application
88home : https://github.com/wso2/api-platform
99sources :
Original file line number Diff line number Diff 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.1 -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.1 -SNAPSHOT"
436436 pullPolicy : Always
437437 imagePullSecrets : []
438438 service :
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ if [ "$COMPONENT" = "gateway" ]; then
4444 # Update all gateway component images in main docker-compose.yaml
4545 sed -i.bak \
4646 -e " s|image: .*/gateway-controller:.*|image: ${DOCKER_REGISTRY} /gateway-controller:$VERSION |" \
47- -e " s|image: .*/policy-engine:.*|image: ${DOCKER_REGISTRY} /policy-engine:$VERSION |" \
48- -e " s|image: .*/gateway-router:.*|image: ${DOCKER_REGISTRY} /gateway-router:$VERSION |" \
47+ -e " s|image: .*/gateway-runtime:.*|image: ${DOCKER_REGISTRY} /gateway-runtime:$VERSION |" \
4948 " $COMPOSE_FILE "
5049 rm -f " $COMPOSE_FILE .bak"
5150 echo " Updated $COMPOSE_FILE with gateway version $VERSION "
@@ -54,8 +53,7 @@ if [ "$COMPONENT" = "gateway" ]; then
5453 if [ -f " $IT_COMPOSE_FILE " ]; then
5554 sed -i.bak \
5655 -e " s|image: .*/gateway-controller-coverage:.*|image: ${DOCKER_REGISTRY} /gateway-controller-coverage:$VERSION |" \
57- -e " s|image: .*/policy-engine-coverage:.*|image: ${DOCKER_REGISTRY} /policy-engine-coverage:$VERSION |" \
58- -e " s|image: .*/gateway-router:.*|image: ${DOCKER_REGISTRY} /gateway-router:$VERSION |" \
56+ -e " s|image: .*/gateway-runtime-coverage:.*|image: ${DOCKER_REGISTRY} /gateway-runtime-coverage:$VERSION |" \
5957 " $IT_COMPOSE_FILE "
6058 rm -f " $IT_COMPOSE_FILE .bak"
6159 echo " Updated $IT_COMPOSE_FILE with gateway version $VERSION "
You can’t perform that action at this time.
0 commit comments