Skip to content

Maintainer Guide

Richard Kindler edited this page Nov 25, 2025 · 1 revision

📘 Maintainer Guide

Branch Strategy

main → stable, tagged releases

develop → next release candidate

Feature branches per module

CI/CD

GitHub Actions run:

Unit tests

LocalStack integration tests

Linting

Docker image build

Helm chart lint

Release Process

  1. Update version in Chart.yaml

  2. Tag the release

  3. Push tag

  4. Create release notes

  5. Publish charts to OCI registry

Clone this wiki locally