Skip to content

Commit

Permalink
TT-11201: update component chart image tag (#227)
Browse files Browse the repository at this point in the history
* TT-11201: update component chart image tag

* TT-11201: update tags in umbrella charts
  • Loading branch information
olamilekan000 authored Apr 5, 2024
1 parent 3225104 commit b498491
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 @@ -293,7 +293,7 @@ dashboard:
repository: tykio/tyk-dashboard

# tag for Tyk Dashboard
tag: v5.2.3
tag: v5.3.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 @@ -117,7 +117,7 @@ image:
# image repository for Tyk Developer Portal.
repository: tykio/portal
# Developer portal < v1.2 is not supported
tag: v1.8.0
tag: v1.8.3
# 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 @@ -236,7 +236,7 @@ gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.2.3
tag: v5.3.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 @@ -201,7 +201,7 @@ mdcb:
# image repository for Tyk MDCB
repository: tykio/tyk-mdcb-docker
# image tag for Tyk MDCB
tag: v2.4.2
tag: v2.5.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 @@ -188,7 +188,7 @@ pump:
repository: docker.tyk.io/tyk-pump/tyk-pump

# tag for Tyk pump
tag: v1.8.3
tag: v1.9.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 @@ -317,7 +317,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.2.3
tag: v5.3.0

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

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

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

# tag for Tyk Dashboard
tag: v5.2.3
tag: v5.3.0

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

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

# Developer portal < v1.2 is not supported
tag: v1.8.0
tag: v1.8.3
# 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 @@ -236,7 +236,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.2.3
tag: v5.3.0

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

# tag for Tyk pump
tag: v1.8.3
tag: v1.9.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 @@ -207,7 +207,7 @@ tyk-gateway:
repository: docker.tyk.io/tyk-gateway/tyk-gateway

# image tag for Tyk Gateway
tag: v5.2.3
tag: v5.3.0

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

# tag for Tyk pump
tag: v1.8.3
tag: v1.9.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 @@ -314,7 +314,7 @@ tyk-gateway:
repository: tykio/tyk-gateway

# image tag for Tyk Gateway
tag: v5.2.3
tag: v5.3.0

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

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

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

# tag for Tyk Dashboard
tag: v5.2.3
tag: v5.3.0

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

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

Expand Down

0 comments on commit b498491

Please sign in to comment.