2026-02-16 17:02:56 -08:00
|
|
|
# Service Version Tracking
|
|
|
|
|
#
|
|
|
|
|
# Tracks when each BlumeOps service was last reviewed for version freshness.
|
|
|
|
|
# Used by `mise run service-review` to surface stale services.
|
|
|
|
|
#
|
|
|
|
|
# Fields:
|
|
|
|
|
# name - kebab-case service identifier
|
|
|
|
|
# type - argocd | ansible | hybrid (custom container + ArgoCD)
|
|
|
|
|
# last-reviewed - date (YYYY-MM-DD) or null
|
|
|
|
|
# current-version - deployed version string or null
|
|
|
|
|
# upstream-source - URL to upstream releases/changelog
|
|
|
|
|
# notes - optional context
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
# --- ArgoCD plain manifests ---
|
|
|
|
|
|
|
|
|
|
- name: prometheus
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
|
|
|
|
current-version: "v3.9.1"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/prometheus/prometheus/releases
|
|
|
|
|
|
|
|
|
|
- name: loki
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
|
|
|
|
current-version: "3.6.5"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/grafana/loki/releases
|
|
|
|
|
|
|
|
|
|
- name: kube-state-metrics
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
|
|
|
|
current-version: "v2.18.0"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/kubernetes/kube-state-metrics/releases
|
|
|
|
|
|
|
|
|
|
- name: mosquitto
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
2026-02-16 17:19:32 -08:00
|
|
|
current-version: "2.0.22"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/eclipse/mosquitto/releases
|
|
|
|
|
|
|
|
|
|
- name: ntfy
|
|
|
|
|
type: argocd
|
2026-02-17 09:51:40 -08:00
|
|
|
last-reviewed: 2026-02-17
|
|
|
|
|
current-version: "v2.17.0"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/binwiederhier/ntfy/releases
|
|
|
|
|
|
|
|
|
|
- name: homepage
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/gethomepage/homepage/releases
|
|
|
|
|
notes: Deployed via Helm chart
|
|
|
|
|
|
2026-02-19 14:27:04 -08:00
|
|
|
- name: nvidia-device-plugin
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: 2026-02-19
|
|
|
|
|
current-version: "v0.18.2"
|
|
|
|
|
upstream-source: https://github.com/NVIDIA/k8s-device-plugin/releases
|
|
|
|
|
notes: DaemonSet + RuntimeClass on ringtail for GPU workloads
|
|
|
|
|
|
2026-02-16 17:02:56 -08:00
|
|
|
- name: frigate
|
|
|
|
|
type: argocd
|
2026-02-17 16:56:12 -08:00
|
|
|
last-reviewed: 2026-02-17
|
|
|
|
|
current-version: "0.17.0-rc2"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/blakeblackshear/frigate/releases
|
|
|
|
|
|
|
|
|
|
- name: frigate-notify
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/0x2142/frigate-notify/releases
|
|
|
|
|
|
|
|
|
|
- name: alloy-k8s
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
|
|
|
|
current-version: "v1.13.1"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/grafana/alloy/releases
|
|
|
|
|
|
|
|
|
|
- name: tailscale-operator
|
|
|
|
|
type: argocd
|
2026-02-16 17:14:38 -08:00
|
|
|
last-reviewed: 2026-02-16
|
|
|
|
|
current-version: "v1.94.2"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/tailscale/tailscale/releases
|
|
|
|
|
|
|
|
|
|
# --- ArgoCD Helm charts ---
|
|
|
|
|
|
|
|
|
|
- name: grafana
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/grafana/grafana/releases
|
|
|
|
|
notes: Deployed via Helm chart
|
|
|
|
|
|
|
|
|
|
- name: cloudnative-pg
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/cloudnative-pg/cloudnative-pg/releases
|
|
|
|
|
notes: Deployed via Helm chart
|
|
|
|
|
|
|
|
|
|
- name: immich
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/immich-app/immich/releases
|
|
|
|
|
notes: Deployed via Helm chart
|
|
|
|
|
|
|
|
|
|
- name: external-secrets
|
|
|
|
|
type: argocd
|
2026-02-17 10:48:09 -08:00
|
|
|
last-reviewed: 2026-02-17
|
|
|
|
|
current-version: "helm-chart-2.0.0"
|
2026-02-16 17:02:56 -08:00
|
|
|
upstream-source: https://github.com/external-secrets/external-secrets/releases
|
2026-02-17 10:48:09 -08:00
|
|
|
notes: Deployed via Helm chart (operator v1.3.2)
|
2026-02-16 17:02:56 -08:00
|
|
|
|
|
|
|
|
- name: 1password-connect
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/1Password/connect/releases
|
|
|
|
|
notes: Deployed via Helm chart
|
|
|
|
|
|
|
|
|
|
# --- ArgoCD infra ---
|
|
|
|
|
|
|
|
|
|
- name: argocd
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/argoproj/argo-cd/releases
|
|
|
|
|
|
|
|
|
|
- name: blumeops-pg
|
|
|
|
|
type: argocd
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/cloudnative-pg/cloudnative-pg/releases
|
|
|
|
|
notes: CloudNativePG Cluster resource
|
|
|
|
|
|
|
|
|
|
# --- Hybrid (custom container + ArgoCD) ---
|
|
|
|
|
|
|
|
|
|
- name: navidrome
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/navidrome/navidrome/releases
|
|
|
|
|
|
|
|
|
|
- name: miniflux
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/miniflux/v2/releases
|
|
|
|
|
|
|
|
|
|
- name: teslamate
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/teslamate-org/teslamate/releases
|
|
|
|
|
|
|
|
|
|
- name: transmission
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/transmission/transmission/releases
|
|
|
|
|
|
|
|
|
|
- name: kiwix
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/kiwix/kiwix-tools/releases
|
|
|
|
|
|
|
|
|
|
- name: devpi
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/devpi/devpi/releases
|
|
|
|
|
|
|
|
|
|
- name: cv
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: null
|
|
|
|
|
notes: Personal static site, no upstream
|
|
|
|
|
|
|
|
|
|
- name: docs
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/jackyzha0/quartz/releases
|
|
|
|
|
notes: Quartz static site generator
|
|
|
|
|
|
|
|
|
|
- name: forgejo-runner
|
|
|
|
|
type: hybrid
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://code.forgejo.org/forgejo/runner/releases
|
|
|
|
|
|
|
|
|
|
# --- Ansible native ---
|
|
|
|
|
|
|
|
|
|
- name: forgejo
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://codeberg.org/forgejo/forgejo/releases
|
|
|
|
|
|
|
|
|
|
- name: alloy
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/grafana/alloy/releases
|
|
|
|
|
notes: Built from source on indri
|
|
|
|
|
|
|
|
|
|
- name: zot
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/project-zot/zot/releases
|
|
|
|
|
notes: Built from source on indri
|
|
|
|
|
|
|
|
|
|
- name: caddy
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/caddyserver/caddy/releases
|
|
|
|
|
notes: Built from source with Gandi DNS plugin
|
|
|
|
|
|
|
|
|
|
- name: borgmatic
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/borgmatic-collective/borgmatic/releases
|
|
|
|
|
|
|
|
|
|
- name: jellyfin
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: https://github.com/jellyfin/jellyfin/releases
|
|
|
|
|
|
|
|
|
|
- name: automounter
|
|
|
|
|
type: ansible
|
|
|
|
|
last-reviewed: null
|
|
|
|
|
current-version: null
|
|
|
|
|
upstream-source: null
|
|
|
|
|
notes: Custom systemd service, no upstream
|