Skip to content

Commit 0afdb6c

Browse files
committed
TT-14266: update component charts tag version
1 parent e9c4006 commit 0afdb6c

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

components/tyk-dashboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ dashboard:
347347
repository: tykio/tyk-dashboard
348348

349349
# tag for Tyk Dashboard
350-
tag: v5.3.8
350+
tag: v5.3.10
351351

352352
# image pull policy
353353
pullPolicy: Always

components/tyk-dev-portal/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ image:
117117
# image repository for Tyk Developer Portal.
118118
repository: tykio/portal
119119
# Developer portal < v1.2 is not supported
120-
tag: v1.12.0
120+
tag: v1.13.0
121121
# image pull policy
122122
pullPolicy: Always
123123

components/tyk-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ gateway:
270270
repository: docker.tyk.io/tyk-gateway/tyk-gateway
271271

272272
# image tag for Tyk Gateway
273-
tag: v5.3.8
273+
tag: v5.3.10
274274

275275
# image pull policy for Tyk Gateway
276276
pullPolicy: IfNotPresent

components/tyk-mdcb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ mdcb:
256256
# image repository for Tyk MDCB
257257
repository: tykio/tyk-mdcb-docker
258258
# image tag for Tyk MDCB
259-
tag: v2.7.2
259+
tag: v2.8.0
260260
# image pull policy
261261
pullPolicy: IfNotPresent
262262

components/tyk-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ envVars:
1515
image:
1616
repository: tykio/tyk-operator
1717
pullPolicy: IfNotPresent
18-
tag: "v1.1.0"
18+
tag: "v1.2.0"
1919
# specify imagePullSecrets for ServiceAccount
2020
imagePullSecrets: []
2121
nameOverride: ""

components/tyk-pump/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pump:
195195
repository: docker.tyk.io/tyk-pump/tyk-pump
196196

197197
# tag for Tyk pump
198-
tag: v1.11.1
198+
tag: v1.13.0
199199

200200
# image pull policy
201201
pullPolicy: IfNotPresent

tyk-control-plane/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ tyk-gateway:
335335
repository: tykio/tyk-gateway
336336

337337
# image tag for Tyk Gateway
338-
tag: v5.3.8
338+
tag: v5.3.10
339339

340340
# image pull policy for Tyk Gateway
341341
pullPolicy: IfNotPresent
@@ -685,7 +685,7 @@ tyk-operator:
685685
# image pull policy
686686
pullPolicy: IfNotPresent
687687
# image tag for Tyk Operator
688-
tag: "v1.1.0"
688+
tag: "v1.2.0"
689689
# number for replicas for Tyk Operator deployment.
690690
replicaCount: 1
691691
# imagePullSecrets specify imagePullSecrets for ServiceAccount
@@ -785,7 +785,7 @@ tyk-pump:
785785
repository: tykio/tyk-pump-docker-pub
786786

787787
# tag for Tyk pump
788-
tag: v1.11.1
788+
tag: v1.12.0
789789

790790
# image pull policy
791791
pullPolicy: IfNotPresent
@@ -1281,7 +1281,7 @@ tyk-dashboard:
12811281
repository: tykio/tyk-dashboard
12821282

12831283
# tag for Tyk Dashboard
1284-
tag: v5.3.8
1284+
tag: v5.3.10
12851285

12861286
# image pull policy
12871287
pullPolicy: Always
@@ -1528,7 +1528,7 @@ tyk-mdcb:
15281528
# image repository for Tyk MDCB
15291529
repository: tykio/tyk-mdcb-docker
15301530
# image tag for Tyk MDCB
1531-
tag: v2.7.2
1531+
tag: v2.8.0
15321532
# image pull policy
15331533
pullPolicy: IfNotPresent
15341534

@@ -1752,7 +1752,7 @@ tyk-dev-portal:
17521752
repository: tykio/portal
17531753

17541754
# Developer portal < v1.2 is not supported
1755-
tag: v1.12.0
1755+
tag: v1.13.0
17561756
# image pull policy
17571757
pullPolicy: Always
17581758

tyk-data-plane/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ tyk-gateway:
271271
repository: tykio/tyk-gateway
272272

273273
# image tag for Tyk Gateway
274-
tag: v5.3.8
274+
tag: v5.3.10
275275

276276
# image pull policy for Tyk Gateway
277277
pullPolicy: IfNotPresent
@@ -661,7 +661,7 @@ tyk-pump:
661661
repository: tykio/tyk-pump-docker-pub
662662

663663
# tag for Tyk pump
664-
tag: v1.11.1
664+
tag: v1.12.0
665665

666666
# image pull policy
667667
pullPolicy: IfNotPresent

tyk-oss/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ tyk-gateway:
256256
repository: docker.tyk.io/tyk-gateway/tyk-gateway
257257

258258
# image tag for Tyk Gateway
259-
tag: v5.3.8
259+
tag: v5.3.10
260260

261261
# image pull policy for Tyk Gateway
262262
pullPolicy: IfNotPresent
@@ -606,7 +606,7 @@ tyk-operator:
606606
# image pull policy
607607
pullPolicy: IfNotPresent
608608
# image tag for Tyk Operator
609-
tag: "v1.1.0"
609+
tag: "v1.2.0"
610610
# number for replicas for Tyk Operator deployment.
611611
replicaCount: 1
612612
# imagePullSecrets specify imagePullSecrets for ServiceAccount
@@ -707,7 +707,7 @@ tyk-pump:
707707
repository: docker.tyk.io/tyk-pump/tyk-pump
708708

709709
# tag for Tyk pump
710-
tag: v1.11.1
710+
tag: v1.12.0
711711

712712
# image pull policy
713713
pullPolicy: IfNotPresent

tyk-stack/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ tyk-gateway:
364364
repository: tykio/tyk-gateway
365365

366366
# image tag for Tyk Gateway
367-
tag: v5.3.8
367+
tag: v5.3.10
368368

369369
# image pull policy for Tyk Gateway
370370
pullPolicy: IfNotPresent
@@ -700,7 +700,7 @@ tyk-operator:
700700
# image pull policy
701701
pullPolicy: IfNotPresent
702702
# image tag for Tyk Operator
703-
tag: "v1.1.0"
703+
tag: "v1.2.0"
704704
# number for replicas for Tyk Operator deployment.
705705
replicaCount: 1
706706
# imagePullSecrets specify imagePullSecrets for ServiceAccount
@@ -803,7 +803,7 @@ tyk-pump:
803803
repository: tykio/tyk-pump-docker-pub
804804

805805
# tag for Tyk pump
806-
tag: v1.11.1
806+
tag: v1.12.0
807807

808808
# image pull policy
809809
pullPolicy: IfNotPresent
@@ -1297,7 +1297,7 @@ tyk-dashboard:
12971297
repository: tykio/tyk-dashboard
12981298

12991299
# tag for Tyk Dashboard
1300-
tag: v5.3.8
1300+
tag: v5.3.10
13011301

13021302
# image pull policy
13031303
pullPolicy: Always
@@ -1488,7 +1488,7 @@ tyk-dev-portal:
14881488
repository: tykio/portal
14891489

14901490
# Developer portal < v1.2 is not supported
1491-
tag: v1.12.0
1491+
tag: v1.13.0
14921492
# image pull policy
14931493
pullPolicy: Always
14941494

0 commit comments

Comments
 (0)