Skip to content

Commit

Permalink
Bump conductor chart and control-plane components
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed May 15, 2024
1 parent 021884f commit af52cf3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/tembo/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.5.1
- name: conductor
repository: https://tembo-io.github.io/tembo
version: 0.3.1
digest: sha256:7a2676f3f8079027b31a66cb335c31c4fbb473090d3d0bbe2d027684f95d5627
generated: "2024-04-24T14:25:43.339584402-04:00"
version: 0.4.0
digest: sha256:92d3b298b884e9f86e03f23d9463dae3c32bd12dd6b6ecd6b8069d7c31734d2f
generated: "2024-05-15T14:33:49.420729696-04:00"
2 changes: 1 addition & 1 deletion charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
version: 0.5.1
repository: https://tembo-io.github.io/tembo
- name: conductor
version: 0.3.1
version: 0.4.0
condition: global.conductorEnabled
repository: https://tembo-io.github.io/tembo
Binary file removed charts/tembo/charts/conductor-0.3.1.tgz
Binary file not shown.
Binary file added charts/tembo/charts/conductor-0.4.0.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions charts/tembo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ conductor:

image:
repository: quay.io/tembo/conductor
tag: dc67666
tag: "9644499"
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down Expand Up @@ -272,7 +272,7 @@ cpService:

image:
repository: quay.io/coredb/cp-service
tag: f5501a9
tag: 1e73d9d
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -341,7 +341,7 @@ cpWebserver:

image:
repository: quay.io/coredb/cp-service
tag: f5501a9
tag: 1e73d9d
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down Expand Up @@ -407,7 +407,7 @@ cpReconciler:

image:
repository: quay.io/coredb/cp-service
tag: f5501a9
tag: 1e73d9d
pullPolicy: IfNotPresent

resources:
Expand Down

0 comments on commit af52cf3

Please sign in to comment.