From 8c9eb031962b79da2eea6c385af80a8b68a66858 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Mon, 23 Jun 2025 14:34:50 +0100 Subject: [PATCH] ignore packaged chart archives --- hosting/k8s/helm/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/k8s/helm/.gitignore b/hosting/k8s/helm/.gitignore index bf09f9720..79ea9b450 100644 --- a/hosting/k8s/helm/.gitignore +++ b/hosting/k8s/helm/.gitignore @@ -1,4 +1,5 @@ values-test.yaml values-*.yaml !values.yaml -!values-production-example.yaml \ No newline at end of file +!values-production-example.yaml +*.tgz \ No newline at end of file