Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Update default image repositories of tyk-pro and tyk-hybrid #266

Merged
merged 2 commits into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 .github/tyk_hybrid_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gateway:
replicaCount: 2
containerPort: 8080
image:
repository: docker.tyk.io/tyk-gateway/tyk-gateway
repository: tykio/tyk-gateway
tag: v4.3.1
pullPolicy: Always
service:
Expand Down
2 changes: 1 addition & 1 deletion .github/tyk_pro_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ gateway:
replicaCount: 2
containerPort: 8080
image:
repository: docker.tyk.io/tyk-gateway/tyk-gateway
repository: tykio/tyk-gateway
tag: v4.3.1
pullPolicy: Always
service:
Expand Down
2 changes: 1 addition & 1 deletion tyk-hybrid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gateway:
replicaCount: 1
containerPort: 8080
image:
repository: docker.tyk.io/tyk-gateway/tyk-gateway
repository: tykio/tyk-gateway
tag: v4.3.1
pullPolicy: Always
service:
Expand Down
2 changes: 1 addition & 1 deletion tyk-pro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ gateway:
replicaCount: 1
containerPort: 8080
image:
repository: docker.tyk.io/tyk-gateway/tyk-gateway
repository: tykio/tyk-gateway
tag: v4.3.1
pullPolicy: Always
service:
Expand Down