Files
the-other-dude/infrastructure/helm/Chart.yaml
Jason Staack b1ac1cce24 feat: v9.8.1 pre-built Docker images and GHCR release workflow
Setup.py now asks whether to pull pre-built images from GHCR
(recommended) or build from source. Pre-built mode skips the
15-minute compile step entirely.

- Add .github/workflows/release.yml (builds+pushes 4 images on tag)
- Add docker-compose.build.yml (source-build overlay)
- Switch docker-compose.prod.yml from build: to image: refs
- Add --build-mode CLI arg and wizard step to setup.py
- Bump version to 9.8.1 across all files
- Document TOD_VERSION env var in CONFIGURATION.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 18:33:12 -05:00

18 lines
363 B
YAML

apiVersion: v2
name: tod
description: The Other Dude — MikroTik fleet management platform
type: application
version: 1.0.0
appVersion: "9.8.1"
kubeVersion: ">=1.28.0-0"
keywords:
- mikrotik
- network
- fleet-management
- monitoring
home: https://theotherdude.net
sources:
- https://github.com/staack/the-other-dude
maintainers:
- name: Jason Staack