From 8239580c2575dfbbc176dc7ba545f8c7f4720f42 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:51:10 +0100 Subject: [PATCH] chart publish prep --- hosting/k8s/helm/.gitignore | 2 -- hosting/k8s/helm/.helmignore | 17 +++++++++++++++++ hosting/k8s/helm/README.md | 3 ++- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 hosting/k8s/helm/.helmignore diff --git a/hosting/k8s/helm/.gitignore b/hosting/k8s/helm/.gitignore index 79ea9b450..eb389199c 100644 --- a/hosting/k8s/helm/.gitignore +++ b/hosting/k8s/helm/.gitignore @@ -1,5 +1,3 @@ -values-test.yaml values-*.yaml -!values.yaml !values-production-example.yaml *.tgz \ No newline at end of file diff --git a/hosting/k8s/helm/.helmignore b/hosting/k8s/helm/.helmignore new file mode 100644 index 000000000..3eb07f68d --- /dev/null +++ b/hosting/k8s/helm/.helmignore @@ -0,0 +1,17 @@ +# Exclude version control +.git/ +.gitignore +.helmignore + +# Exclude OS files +.DS_Store + +# Exclude CI/CD and scripts +.github/ +scripts/ + +# Exclude package files +*.tgz + +# Exclude additional values files +values-*.yaml \ No newline at end of file diff --git a/hosting/k8s/helm/README.md b/hosting/k8s/helm/README.md index e2acc740e..bc89f3cc3 100644 --- a/hosting/k8s/helm/README.md +++ b/hosting/k8s/helm/README.md @@ -551,4 +551,5 @@ helm upgrade --install trigger . \ ## Support - Documentation: https://trigger.dev/docs/self-hosting -- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues \ No newline at end of file +- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues +- Discord: https://discord.gg/untWVke9aH \ No newline at end of file