From 6574b1b2320e06d042b80599a8e77575c690f0ac Mon Sep 17 00:00:00 2001 From: JSchlarb Date: Wed, 28 Dec 2022 18:30:15 +0800 Subject: [PATCH] Ignore unrelated helm files from bundling (#385) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description of the change Exluding non helm chart related files from release artifact ### Benefits Smaller release artifacts ### Possible drawbacks Exluded files not visible any within the artifact ### Applicable issues None ### Additional information None ### ⚠ BREAKING None ### Checklist - [x] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [x] Breaking changes are documented in the `README.md` Co-authored-by: Julian Schlarb Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/385 Reviewed-by: justusbunsi Reviewed-by: pat-s Co-authored-by: JSchlarb Co-committed-by: JSchlarb --- .helmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.helmignore b/.helmignore index a8cc816..fe6af29 100644 --- a/.helmignore +++ b/.helmignore @@ -25,3 +25,8 @@ node_modules/ package.json package-lock.json .gitea/ +Makefile +.markdownlintignore +.markdownlint.yaml +.drone.yml +CONTRIBUTING.md \ No newline at end of file