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 Conductor Chart to Support extraEnv #61

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.14.4
- name: tembo
repository: ""
version: 24.3.0
version: 24.3.1
- name: monitoring
repository: ""
version: 24.3.0
version: 24.3.1
- name: traefik
repository: ""
version: 24.3.0
digest: sha256:e2ebd0a5dfb53a18cb9024935983b7990298aff135284e2ed03148207e1a7a5c
generated: "2024-09-09T16:26:01.138075-04:00"
version: 24.3.1
digest: sha256:05a74cdaa93a1c2bd16a134dfc72764b56e4598ce41eedd4e7cd65f4dc7cbc22
generated: "2024-09-10T17:01:10.02699112-04:00"
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tembo
version: 24.3.0
version: 24.3.1
appVersion: 1.0.0
description: Helm chart to deploy the Tembo Platform
keywords:
Expand All @@ -11,10 +11,10 @@ dependencies:
condition: global.certManagerEnabled
- name: tembo
condition: global.temboEnabled
version: 24.3.0
version: 24.3.1
- name: monitoring
condition: global.monitoringEnabled
version: 24.3.0
version: 24.3.1
- name: traefik
condition: global.traefikEnabled
version: 24.3.0
version: 24.3.1
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: monitoring
description: A Helm chart for the Tembo monitoring stack
version: 24.3.0
version: 24.3.1
dependencies:
- name: kube-prometheus-stack
version: "44.4.1"
Expand Down
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.7.1
- name: conductor
repository: https://tembo-io.github.io/tembo
version: 0.5.2
digest: sha256:0d24708421bd37513e0913d2f4431306336f72758154c6b56c52d6cb4d704aa3
generated: "2024-08-09T11:56:29.317922233-04:00"
version: 0.6.0
digest: sha256:53b41507ae2f944db816101d7fe5544f2443dc7a2621b0c147369b439848816f
generated: "2024-09-10T16:16:10.829097614-04:00"
4 changes: 2 additions & 2 deletions charts/tembo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tembo
version: 24.3.0
version: 24.3.1
description: A Helm chart to deploy the Tembo platform
keywords:
- tembo
Expand All @@ -9,6 +9,6 @@ dependencies:
version: 0.7.1
repository: https://tembo-io.github.io/tembo
- name: conductor
version: 0.5.2
version: 0.6.0
condition: global.conductorEnabled
repository: https://tembo-io.github.io/tembo
Binary file removed charts/tembo/charts/conductor-0.5.2.tgz
Binary file not shown.
Binary file added charts/tembo/charts/conductor-0.6.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: traefik
description: A Helm chart for the traefik ingress controller
version: 24.3.0
version: 24.3.1
dependencies:
- name: traefik
version: 20.8.0
Expand Down
5 changes: 0 additions & 5 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ tembo:
value: "control_plane_aws_data_1_use1"
- name: DATA_PLANE_EVENTS_QUEUE
value: "conductor_aws_data_1_use1"
- name: DATA_PLANE_BASEDOMAIN
value: ~
- name: BACKUP_ARCHIVE_BUCKET
value: "tembo-backups"
- name: CF_TEMPLATE_BUCKET
Expand All @@ -47,9 +45,6 @@ tembo:
enabled: true
port: http
path: /metrics
extraEnv:
- name: DATA_PLANE_BASEDOMAIN
value: ~
cloudnative-pg:
monitoring:
podMonitorEnabled: true
Expand Down