Skip to content

Commit

Permalink
Update conductor chart to support extraEnv
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed Sep 10, 2024
1 parent ed89040 commit be4f02a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 21 deletions.
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

0 comments on commit be4f02a

Please sign in to comment.