diff --git a/Chart.lock b/Chart.lock index 2c5d00b..fecd4eb 100644 --- a/Chart.lock +++ b/Chart.lock @@ -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" diff --git a/Chart.yaml b/Chart.yaml index a726d3c..c416367 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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: @@ -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 diff --git a/charts/monitoring/Chart.yaml b/charts/monitoring/Chart.yaml index 9660905..9ec28da 100644 --- a/charts/monitoring/Chart.yaml +++ b/charts/monitoring/Chart.yaml @@ -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" diff --git a/charts/tembo/Chart.lock b/charts/tembo/Chart.lock index 3837c7b..06377b6 100644 --- a/charts/tembo/Chart.lock +++ b/charts/tembo/Chart.lock @@ -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" diff --git a/charts/tembo/Chart.yaml b/charts/tembo/Chart.yaml index 8fad8f4..0a1a281 100644 --- a/charts/tembo/Chart.yaml +++ b/charts/tembo/Chart.yaml @@ -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 @@ -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 diff --git a/charts/tembo/charts/conductor-0.5.2.tgz b/charts/tembo/charts/conductor-0.5.2.tgz deleted file mode 100644 index b5d87db..0000000 Binary files a/charts/tembo/charts/conductor-0.5.2.tgz and /dev/null differ diff --git a/charts/tembo/charts/conductor-0.6.0.tgz b/charts/tembo/charts/conductor-0.6.0.tgz new file mode 100644 index 0000000..fae0308 Binary files /dev/null and b/charts/tembo/charts/conductor-0.6.0.tgz differ diff --git a/charts/traefik/Chart.yaml b/charts/traefik/Chart.yaml index 883dc1d..73b80a4 100644 --- a/charts/traefik/Chart.yaml +++ b/charts/traefik/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index 1c6f312..191d0ca 100644 --- a/values.yaml +++ b/values.yaml @@ -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 @@ -47,9 +45,6 @@ tembo: enabled: true port: http path: /metrics - extraEnv: - - name: DATA_PLANE_BASEDOMAIN - value: ~ cloudnative-pg: monitoring: podMonitorEnabled: true