Skip to content

Commit

Permalink
chore(helm) Expand .helmignore file
Browse files Browse the repository at this point in the history
Do not include directories `ci`, `example-values`, `templates/tests` and
the `.helmignore` file in helm chart archives. This change reduces the
file size of chart archives.

Signed-off-by: Gerald Pape <[email protected]>
  • Loading branch information
ubergesundheit committed Jul 23, 2024
1 parent 12cb07b commit 2f07dd5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/gateway-operator/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
.idea/
*.tmproj
.vscode/
ci
example-values
.helmignore
templates/tests
4 changes: 4 additions & 0 deletions charts/ingress/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
.idea/
*.tmproj
.vscode/
ci
example-values
.helmignore
templates/tests
4 changes: 4 additions & 0 deletions charts/kong/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
.idea/
*.tmproj
OWNERS
ci
example-values
.helmignore
templates/tests

0 comments on commit 2f07dd5

Please sign in to comment.