From 055854a237b7f600e1aeb1608769c9d923cab4c9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 Sep 2021 17:03:02 +0200 Subject: [PATCH] fix: ignore to package *.tgz archives --- .helmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.helmignore b/.helmignore index 9ef5400..22b5ff9 100644 --- a/.helmignore +++ b/.helmignore @@ -27,4 +27,6 @@ .markdownlint.yaml # customized values values2.yml -values2.yaml \ No newline at end of file +values2.yaml +# helm packages +*.tgz \ No newline at end of file