Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Charts and Components to Latest #51

Merged
merged 13 commits into from
Sep 4, 2024
8 changes: 4 additions & 4 deletions charts/tembo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tembo-operator
repository: https://tembo-io.github.io/tembo
version: 0.6.3
version: 0.7.1
- name: conductor
repository: https://tembo-io.github.io/tembo
version: 0.4.0
digest: sha256:6b6db9fe5f576029c275c50fcce3a4ab45135e5100743a5861c9db415c934d91
generated: "2024-05-29T14:29:56.570426293-04:00"
version: 0.5.2
digest: sha256:0d24708421bd37513e0913d2f4431306336f72758154c6b56c52d6cb4d704aa3
generated: "2024-08-09T11:56:29.317922233-04:00"
4 changes: 2 additions & 2 deletions charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ keywords:
- tembo
dependencies:
- name: tembo-operator
version: 0.6.3
version: 0.7.1
repository: https://tembo-io.github.io/tembo
- name: conductor
version: 0.4.0
version: 0.5.2
condition: global.conductorEnabled
repository: https://tembo-io.github.io/tembo
Binary file removed charts/tembo/charts/conductor-0.4.0.tgz
Binary file not shown.
Binary file added charts/tembo/charts/conductor-0.5.2.tgz
Binary file not shown.
Binary file removed charts/tembo/charts/tembo-operator-0.6.3.tgz
Binary file not shown.
Binary file added charts/tembo/charts/tembo-operator-0.7.1.tgz
Binary file not shown.
7 changes: 6 additions & 1 deletion charts/tembo/templates/cp-webserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ spec:
secretKeyRef:
name: control-plane-connection
key: rw_uri
- name: POSTGRES_QUEUE_CONNECTION
- name: QUEUE_CONNECTION_URI
valueFrom:
secretKeyRef:
name: control-plane-queue-connection
key: rw_uri
- name: POSTGRES_RAG_CONNECTION
valueFrom:
secretKeyRef:
name: control-plane-connection
key: rw_uri
- name: RUST_LOG
value: {{ .Values.cpWebserver.logLevel }}
- name: DEFAULT_CONTAINER_REGISTRY
Expand Down
6 changes: 3 additions & 3 deletions charts/tembo/templates/jobs/init-cp-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ spec:
value: top
trunk_installs:
- name: pgmq
version: 0.14.2
version: 0.20.0
- name: pg_partman
version: 4.7.3
version: 4.7.4
- name: temporal_tables
version: 1.2.2
- name: pg_cron
Expand All @@ -50,7 +50,7 @@ spec:
locations:
- database: postgres
enabled: true
version: 0.14.2
version: 0.20.0
- name: temporal_tables
locations:
- database: postgres
Expand Down
4 changes: 2 additions & 2 deletions charts/tembo/templates/jobs/init-cp-queue-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ spec:
value: all
trunk_installs:
- name: pgmq
version: 0.14.2
version: 1.3.3
- name: pg_partman
version: 4.7.3
extensions:
- name: pgmq
locations:
- database: postgres
enabled: true
version: 0.14.2
version: 1.3.3
- name: pg_partman
locations:
- database: postgres
Expand Down
24 changes: 12 additions & 12 deletions charts/tembo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ conductor:

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

# We should reconfigure the defaults
Expand Down Expand Up @@ -86,7 +86,7 @@ tembo-operator:
repository: quay.io/tembo/tembo-operator
pullPolicy: Always
# -- Overrides the image tag whose default is latest
tag: "9644499"
tag: "2295805"

crds:
# -- Specifies whether the CRDs should be created when installing the chart.
Expand Down Expand Up @@ -182,7 +182,7 @@ tembo-operator:
repository: quay.io/tembo/tembo-pod-init
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is latest
tag: "9644499"
tag: "2295805"

extraEnv: []

Expand Down Expand Up @@ -279,7 +279,7 @@ cpService:

image:
repository: quay.io/coredb/cp-service
tag: "release-24.2.1"
tag: "5500bf0"
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -322,7 +322,7 @@ cpService:
secretKeyRef:
name: control-plane-connection
key: rw_uri
- name: POSTGRES_QUEUE_CONNECTION
- name: QUEUE_CONNECTION_URI
valueFrom:
secretKeyRef:
name: control-plane-queue-connection
Expand All @@ -348,7 +348,7 @@ cpWebserver:

image:
repository: quay.io/coredb/cp-service
tag: "release-24.2.1"
tag: "5500bf0"
pullPolicy: IfNotPresent

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

image:
repository: quay.io/coredb/cp-service
tag: "release-24.2.1"
tag: "5500bf0"
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -459,7 +459,7 @@ cpReconciler:
secretKeyRef:
name: control-plane-connection
key: rw_uri
- name: POSTGRES_QUEUE_CONNECTION
- name: QUEUE_CONNECTION_URI
valueFrom:
secretKeyRef:
name: control-plane-queue-connection
Expand All @@ -485,7 +485,7 @@ cpMetricsWatcher:

image:
repository: quay.io/coredb/cp-service
tag: "release-24.2.1"
tag: "5500bf0"
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -534,7 +534,7 @@ cpMetricsWatcher:
secretKeyRef:
name: control-plane-connection
key: rw_uri
- name: POSTGRES_QUEUE_CONNECTION
- name: QUEUE_CONNECTION_URI
valueFrom:
secretKeyRef:
name: control-plane-queue-connection
Expand All @@ -560,7 +560,7 @@ dataplaneWebserver:

image:
repository: quay.io/tembo/dataplane-webserver
tag: "9644499"
tag: "2295805"
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down Expand Up @@ -616,7 +616,7 @@ temboUI:

image:
repository: quay.io/tembo/mahout-ui
tag: aed9151
tag: 19ef577
pullPolicy: IfNotPresent

# We should reconfigure the defaults
Expand Down
Loading