[PR #9] [MERGED] Generate Helm charts (app + secrets) with complete values.yaml #45
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/invoiceninja-application#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/invoiceninja-application/pull/9
Author: @Copilot
Created: 9/3/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-8📝 Commits (5)
ff7aa1cInitial plandc900c9Initial analysis and planning for complete Helm charts generation0dc6fd1Implement complete Helm charts with upstream values schemab03f648Add comprehensive documentation and finalize complete Helm charts implementationcecc279fix: Fixed docker set up and hopefully helm too📊 Changes
17 files changed (+452 additions, -285 deletions)
View changed files
➖
.github/workflows/copilot-setup-steps.yml(+0 -45)➖
.github/workflows/on_synced_files_change.yml(+0 -87)📝
Makefile(+5 -6)➕
REQUIRED_FIELDS.md(+52 -0)➕
age.pubkey(+1 -0)📝
docker-compose.yml(+34 -86)➕
ops/README.md(+229 -0)📝
ops/docker/application/Dockerfile(+2 -12)📝
ops/docker/nginx/config/default.conf(+31 -20)📝
ops/helm/invoiceninja-application/Chart.lock(+6 -6)📝
ops/helm/invoiceninja-application/Chart.yaml(+1 -1)📝
ops/helm/invoiceninja-application/values.yaml(+9 -1)➖
ops/secrets/application-application-secrets/templates/secret.yaml(+0 -13)➖
ops/secrets/application-application-secrets/values.dec.yaml.example(+0 -8)📝
ops/secrets/invoiceninja-application-secrets/Chart.yaml(+0 -0)➕
ops/secrets/invoiceninja-application-secrets/templates/secret.yaml(+37 -0)➕
ops/secrets/invoiceninja-application-secrets/values.yaml(+45 -0)📄 Description
This PR implements complete Helm charts for the Invoice Ninja application with comprehensive upstream schema exposure, addressing the requirement for a complete values.yaml that surfaces every configurable value from dependency charts.
Changes Made
Main Chart (
ops/helm/application-application/)Secrets Chart (
ops/secrets/application-application-secrets/)Key Features Implemented
helm show values, ensuring no renamed or invented keysimage.tag: "latest"in Helm valuesDependencies & Versions Used
https://bjw-s-labs.github.io/helm-charts)https://charts.bitnami.com/bitnami)https://charts.bitnami.com/bitnami)oci://ghcr.io/webgrip/common-charts)Validation Results
All acceptance criteria met:
helm lint ops/helm/application-application- PASSEDhelm lint ops/secrets/application-application-secrets- PASSEDhelm templaterendering - PASSED for both chartsRequired Fields for Operators
Only 2 REQUIRED placeholders remain for operators:
Documentation Added
ops/README.md: Comprehensive deployment guide with examplesREQUIRED_FIELDS.md: Quick reference for required operator configurationThe charts now expose the complete configuration surface of all upstream dependencies while maintaining the existing application setup. Operators can configure any aspect of Redis, MariaDB, or the application container without chart modifications.
Fixes #8.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.