Added some forgotten housekeeping stuff
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s

This commit is contained in:
Alan Bridgeman 2025-12-19 13:03:13 -06:00
parent 863ac33e76
commit 773d9f47e1
3 changed files with 52 additions and 0 deletions

22
.helmignore Normal file
View file

@ -0,0 +1,22 @@
# Ignore the ignore file
.helmignore
# Ignore the Helm chart's packaged tarball
*.tgz
# Ignore git related files
.git
.gitignore
# Ignore Github / Forgejo automation files
.github
.forgejo
# Ignore inputs file
input.json
# Ignore the filled in values file
values.filled.yaml
# Ignore .old (backup) files
*.old*