Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 6df92f1

Browse files
authored
upgrade tembo components to latest version (#73)
1 parent 97455e8 commit 6df92f1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

charts/tembo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ keywords:
66
- tembo
77
dependencies:
88
- name: tembo-operator
9-
version: 0.7.3
9+
version: 0.9.1
1010
repository: https://tembo-io.github.io/tembo
1111
- name: conductor
12-
version: 0.6.0
12+
version: 0.7.1
1313
repository: https://tembo-io.github.io/tembo
1414
- name: traefik-https
1515
version: 0.0.1
-26.6 KB
Binary file not shown.
26.9 KB
Binary file not shown.
-190 KB
Binary file not shown.
198 KB
Binary file not shown.

charts/tembo/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ conductor:
3333

3434
image:
3535
repository: quay.io/tembo/conductor
36-
tag: "37b24a4"
36+
tag: "e951ce9"
3737
pullPolicy: IfNotPresent
3838

3939
# We should reconfigure the defaults
@@ -86,7 +86,7 @@ tembo-operator:
8686
repository: quay.io/tembo/tembo-operator
8787
pullPolicy: Always
8888
# -- Overrides the image tag whose default is latest
89-
tag: "37b24a4"
89+
tag: "ddf0481"
9090

9191
crds:
9292
# -- Specifies whether the CRDs should be created when installing the chart.
@@ -182,7 +182,7 @@ tembo-operator:
182182
repository: quay.io/tembo/tembo-pod-init
183183
pullPolicy: IfNotPresent
184184
# -- Overrides the image tag whose default is latest
185-
tag: "37b24a4"
185+
tag: "ddf0481"
186186

187187
extraEnv: []
188188

@@ -279,7 +279,7 @@ cpService:
279279

280280
image:
281281
repository: quay.io/coredb/cp-service
282-
tag: "980f5a0"
282+
tag: "3803a33"
283283
pullPolicy: IfNotPresent
284284

285285
resources:
@@ -348,7 +348,7 @@ cpWebserver:
348348

349349
image:
350350
repository: quay.io/coredb/cp-service
351-
tag: "980f5a0"
351+
tag: "3803a33"
352352
pullPolicy: IfNotPresent
353353

354354
# We should reconfigure the defaults
@@ -414,7 +414,7 @@ cpReconciler:
414414

415415
image:
416416
repository: quay.io/coredb/cp-service
417-
tag: "980f5a0"
417+
tag: "3803a33"
418418
pullPolicy: IfNotPresent
419419

420420
resources:
@@ -485,7 +485,7 @@ cpMetricsWatcher:
485485

486486
image:
487487
repository: quay.io/coredb/cp-service
488-
tag: "980f5a0"
488+
tag: "3803a33"
489489
pullPolicy: IfNotPresent
490490

491491
resources:
@@ -560,7 +560,7 @@ dataplaneWebserver:
560560

561561
image:
562562
repository: quay.io/tembo/dataplane-webserver
563-
tag: "37b24a4"
563+
tag: "e951ce9"
564564
pullPolicy: IfNotPresent
565565

566566
# We should reconfigure the defaults
@@ -616,7 +616,7 @@ temboUI:
616616

617617
image:
618618
repository: quay.io/tembo/mahout-ui
619-
tag: 5983a5f
619+
tag: b5d8d8b
620620
pullPolicy: IfNotPresent
621621

622622
# We should reconfigure the defaults

0 commit comments

Comments
 (0)