Skip to content

Commit

Permalink
Merge pull request #183 from TykTechnologies/release-4.3.3
Browse files Browse the repository at this point in the history
Added 4.3.3 release
  • Loading branch information
davegarvey authored Feb 16, 2023
2 parents 63d91d4 + 0e32d21 commit fff617a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/mdcb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-worker-gateway:
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v4.2.0}
image: tykio/tyk-gateway:${GATEWAY_WORKER_VERSION:-v4.3.3-rc2}
ports:
- 8084:8080
networks:
Expand Down
2 changes: 1 addition & 1 deletion deployments/sso/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
tyk-dashboard-sso:
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v4.2.0}
image: tykio/tyk-dashboard:${DASHBOARD_SSO_VERSION:-v4.3.3-rc1}
ports:
- 3001:3000
networks:
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 @@
version: '3.8'
services:
tyk-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.2}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.3-rc1}
ports:
- 3000:3000
networks:
Expand All @@ -22,7 +22,7 @@ services:
- tyk-redis
- tyk-mongo
tyk-gateway:
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v4.3.2}
image: tykio/tyk-gateway:${GATEWAY_VERSION:-v4.3.3-rc2}
ports:
- 8080:8080
- 8086:8086
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
depends_on:
- tyk-redis
tyk-gateway-2:
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v4.3.2}
image: tykio/tyk-gateway:${GATEWAY2_VERSION:-v4.3.3-rc2}
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 @@
version: '3.3'
services:
tyk2-dashboard:
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.2.0}
image: tykio/tyk-dashboard:${DASHBOARD_VERSION:-v4.3.3-rc1}
ports:
- 3002:3000
networks:
Expand All @@ -20,7 +20,7 @@ services:
- tyk2-redis
- tyk2-mongo
tyk2-gateway:
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v4.2.0}
image: tykio/tyk-gateway:${TYK2_GATEWAY_VERSION:-v4.3.3-rc2}
ports:
- 8085:8080
networks:
Expand Down

0 comments on commit fff617a

Please sign in to comment.