Skip to content

Commit

Permalink
Update component version (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani authored Aug 13, 2024
1 parent a95551d commit d779a86
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion components/tyk-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.4.0
tag: v5.5.0

# image pull policy
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-dev-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ image:
# image repository for Tyk Developer Portal.
repository: tykio/portal
# Developer portal < v1.2 is not supported
tag: v1.9.0
tag: v1.10.0
# image pull policy
pullPolicy: Always

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 @@ -249,7 +249,7 @@ gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.4.0
tag: v5.5.0

# image pull policy for Tyk Gateway
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion components/tyk-mdcb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ mdcb:
# image repository for Tyk MDCB
repository: tykio/tyk-mdcb-docker
# image tag for Tyk MDCB
tag: v2.6.0
tag: v2.7.0
# image pull policy
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 @@ -194,7 +194,7 @@ pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.10.0
tag: v1.11.0

# image pull policy
pullPolicy: IfNotPresent
Expand Down
10 changes: 5 additions & 5 deletions tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.4.0
tag: v5.5.0

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

# tag for Tyk pump
tag: v1.10.0
tag: v1.11.0

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

# tag for Tyk Dashboard
tag: v5.4.0
tag: v5.5.0

# image pull policy
pullPolicy: Always
Expand Down Expand Up @@ -1264,7 +1264,7 @@ tyk-mdcb:
# image repository for Tyk MDCB
repository: tykio/tyk-mdcb-docker
# image tag for Tyk MDCB
tag: v2.6.0
tag: v2.7.0
# image pull policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -1462,7 +1462,7 @@ tyk-dev-portal:
repository: tykio/portal

# Developer portal < v1.2 is not supported
tag: v1.9.0
tag: v1.10.0
# image pull policy
pullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions tyk-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.4.0
tag: v5.5.0

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

# tag for Tyk pump
tag: v1.10.0
tag: v1.11.0

# 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 @@ -229,7 +229,7 @@ tyk-gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.4.0
tag: v5.5.0

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

# tag for Tyk pump
tag: v1.10.0
tag: v1.11.0

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

# image tag for Tyk Gateway
tag: v5.4.0
tag: v5.5.0

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

# tag for Tyk pump
tag: v1.10.0
tag: v1.11.0

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

# tag for Tyk Dashboard
tag: v5.4.0
tag: v5.5.0

# image pull policy
pullPolicy: Always
Expand Down Expand Up @@ -1202,7 +1202,7 @@ tyk-dev-portal:
repository: tykio/portal

# Developer portal < v1.2 is not supported
tag: v1.9.0
tag: v1.10.0
# image pull policy
pullPolicy: Always

Expand Down

0 comments on commit d779a86

Please sign in to comment.