Major change that brought the chart in line with others. Mainly by more heavily relyng on subcharts and *.tpl files for code modularity and reusability (and consistency)
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s

This commit is contained in:
Alan Bridgeman 2025-12-24 19:07:22 -06:00
parent 84a322eb28
commit 563a76b84e
34 changed files with 621 additions and 1103 deletions

View file

@ -2,14 +2,15 @@
.helmignore
# Ignore the Helm chart's packaged tarball
*.tgz
ba-services-*.tgz
# Ignore git related files
.git
.gitignore
# Ignore github automation files
# Ignore Github automation files
.github
.forgejo
# Ignore inputs file
input.json
@ -17,5 +18,9 @@ input.json
# Ignore the filled in values file
values.filled.yaml
# Ignore the lock file for dependencies
requirements.lock
Chart.lock
# Ignore .old (backup) files
*.old*