From ad09f9366c67b16baf0a18e01e5aaaf85d4b29ff Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:27:06 +0100 Subject: [PATCH 1/3] switch to small preset for postgres --- hosting/k8s/helm/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index 8cebb1dbe40..b788b6c5508 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -335,6 +335,7 @@ postgres: persistence: enabled: true size: 10Gi + resourcesPreset: "small" resources: {} configuration: | listen_addresses = '*' From dd5c8f453b7e3e3a89e75edcabdec23e5bfe6c48 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:27:18 +0100 Subject: [PATCH 2/3] lint --- hosting/k8s/helm/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index b788b6c5508..c3e1559df32 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -658,7 +658,6 @@ persistence: storageClass: "" retain: true # Prevents deletion on uninstall - # Telemetry configuration telemetry: enabled: true From 6a9a3f913294cd586dc2cd35153bed1e9cd0b2df Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:27:45 +0100 Subject: [PATCH 3/3] bump version --- hosting/k8s/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/k8s/helm/Chart.yaml b/hosting/k8s/helm/Chart.yaml index b6a7585eca1..3dafe105fce 100644 --- a/hosting/k8s/helm/Chart.yaml +++ b/hosting/k8s/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: trigger description: The official Trigger.dev Helm chart type: application -version: 4.0.0-beta.11 +version: 4.0.0-beta.12 appVersion: trigger-helm-rc.1 home: https://trigger.dev sources: