Skip to content

Commit

Permalink
[TT-10143] Update image tag to latest ones (#125)
Browse files Browse the repository at this point in the history
* Update tyk-dashboard image tag to v5.2.0

Signed-off-by: Burak Sekili <[email protected]>

* Update tyk-enterprise-portal image tag to v1.7.0

Signed-off-by: Burak Sekili <[email protected]>

* Update tyk-gateway image tag to v5.2.0

Signed-off-by: Burak Sekili <[email protected]>

* Update tyk-pump image tag to v1.8.3

Signed-off-by: Burak Sekili <[email protected]>

---------

Signed-off-by: Burak Sekili <[email protected]>
Co-authored-by: Pranshu <[email protected]>
  • Loading branch information
buraksekili and singhpr authored Oct 11, 2023
1 parent d141426 commit 2966f93
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/tyk-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.1.0
tag: v5.2.0

# image pull policy
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-enterprise-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ containerPort: 3001
image:
repository: tykio/portal
# Enterprise portal < v1.2 is not supported
tag: v1.6.0
tag: v1.7.0
pullPolicy: Always

# image pull secrets to use when pulling images from repository
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.1.0
tag: v5.2.0

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-pump/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.8.1
tag: v1.8.3

# image pull policy
pullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions tyk-mdcb-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.1.0
tag: v5.2.0

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -329,7 +329,7 @@ tyk-pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.8.1
tag: v1.8.3

# image pull policy
pullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions tyk-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tyk-gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.1.0
tag: v5.2.0

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -291,7 +291,7 @@ tyk-pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.8.1
tag: v1.8.3

# image pull policy
pullPolicy: IfNotPresent
Expand Down
8 changes: 4 additions & 4 deletions tyk-single-dc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.1.0
tag: v5.2.0

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -395,7 +395,7 @@ tyk-pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.8.1
tag: v1.8.3

# image pull policy
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -620,7 +620,7 @@ tyk-dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.1.0
tag: v5.2.0

# image pull policy
pullPolicy: Always
Expand Down Expand Up @@ -742,7 +742,7 @@ tyk-enterprise-portal:
image:
repository: tykio/portal
# Enterprise portal < v1.2 is not supported
tag: v1.6.0
tag: v1.7.0
pullPolicy: Always

# image pull secrets to use when pulling images from repository
Expand Down

0 comments on commit 2966f93

Please sign in to comment.