Skip to content

Commit

Permalink
Merge pull request #263 from TykTechnologies/5.3.2
Browse files Browse the repository at this point in the history
update to 5.3.2 release images
  • Loading branch information
davegarvey authored Jun 17, 2024
2 parents a8b8a2a + 70d571b commit aae3d8e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion deployments/cicd/scripts/dump-tyk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ gitea_tyk_data_repo_path=$(cat .context-data/gitea-tyk-data-repo-path)
docker run --rm \
--network tyk-demo_tyk \
-v $gitea_tyk_data_repo_path:/opt/tyk-sync/data \
tykio/tyk-sync:v1.1.0 \
tykio/tyk-sync:v1.4.3 \
dump -d http://tyk-dashboard:3000 -s $dashboard_user_api_credentials -t data
4 changes: 2 additions & 2 deletions deployments/load-balancer-nginx/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk-gateway-3:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.0}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.2}
networks:
- tyk
environment:
Expand All @@ -28,7 +28,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-4:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.0}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.2}
networks:
- tyk
environment:
Expand Down
4 changes: 2 additions & 2 deletions deployments/mdcb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk-mdcb:
image: tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.5.0}
image: tykio/tyk-mdcb-docker:${MDCB_VERSION:-v2.5.1}
ports:
- 9091:9091
networks:
Expand All @@ -15,7 +15,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-worker-gateway:
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.3.0}
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v5.3.2}
ports:
- 8090:8080
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/plugin-python-grpc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
build:
context: ./deployments/plugin-python-grpc
args:
GATEWAY_VERSION: ${GATEWAY_VERSION:-v5.3.0}
image: tykio/python-grpc-server:${GATEWAY_VERSION:-v5.3.0}
GATEWAY_VERSION: ${GATEWAY_VERSION:-v5.3.2}
image: tykio/python-grpc-server:${GATEWAY_VERSION:-v5.3.2}
ports:
- 50051:50051
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/sso/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk-dashboard-sso:
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.2.5}
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v5.3.2}
ports:
- 3001:3000
networks:
Expand All @@ -19,7 +19,7 @@ services:
- tyk-mongo
- tyk-redis
tyk-identity-broker:
image: tykio/tyk-identity-broker:${TIB_VERSION:-v1.4.1}
image: tykio/tyk-identity-broker:${TIB_VERSION:-v1.5.1}
networks:
- tyk
ports:
Expand Down
6 changes: 3 additions & 3 deletions deployments/tyk/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.2-rc1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.2}
ports:
- 3000:3000
networks:
Expand All @@ -22,7 +22,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.2-rc1}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v5.3.2}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
- tyk-redis
- tyk-dashboard
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.2-rc1}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v5.3.2}
ports:
- 8081:8080
networks:
Expand Down
4 changes: 2 additions & 2 deletions deployments/tyk2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.2-rc1}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v5.3.2}
ports:
- 3002:3000
networks:
Expand All @@ -20,7 +20,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.3.2-rc1}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v5.3.2}
ports:
- 8085:8080
networks:
Expand Down
4 changes: 2 additions & 2 deletions scripts/add-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$1" == "" ]; then
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/templates/error_401.json:/opt/tyk-gateway/templates/error_401.json \
-v $(pwd)/deployments/tyk/volumes/databases/GeoLite2-Country.mmdb:/opt/tyk-gateway/databases/GeoLite2-Country.mmdb \
--network tyk-demo_tyk \
tykio/tyk-gateway:v5.3.0
tykio/tyk-gateway:v5.3.2
else
docker run \
--name $1 \
Expand All @@ -27,5 +27,5 @@ else
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/templates/error_401.json:/opt/tyk-gateway/templates/error_401.json \
-v $(pwd)/deployments/tyk/volumes/databases/GeoLite2-Country.mmdb:/opt/tyk-gateway/databases/GeoLite2-Country.mmdb \
--network tyk-demo_tyk \
tykio/tyk-gateway:v5.3.0
tykio/tyk-gateway:v5.3.2
fi

0 comments on commit aae3d8e

Please sign in to comment.