Add Hajimari service dashboard #73
1 changed files with 5 additions and 5 deletions
Use upstream Hajimari Helm repo instead of forge mirror
The forge mirror was missing the bjw-s/common dependency chart. Using the upstream Helm repo at https://hajimari.io resolves this. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
4dfe664bb0
|
|
@ -1,6 +1,6 @@
|
||||||
# Hajimari - Service Dashboard / Start Page
|
# Hajimari - Service Dashboard / Start Page
|
||||||
#
|
#
|
||||||
# Chart mirrored from https://github.com/toboshii/hajimari to forge
|
# Using upstream Helm chart from https://hajimari.io
|
||||||
#
|
#
|
||||||
# Auto-discovers k8s services via ingress annotations and displays
|
# Auto-discovers k8s services via ingress annotations and displays
|
||||||
# custom apps for non-k8s services (Forge, Registry, NAS).
|
# custom apps for non-k8s services (Forge, Registry, NAS).
|
||||||
|
|
@ -12,10 +12,10 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
# Helm chart from forge mirror (SSH via egress)
|
# Helm chart from upstream repo
|
||||||
- repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/hajimari.git
|
- repoURL: https://hajimari.io
|
||||||
targetRevision: main
|
chart: hajimari
|
||||||
path: charts/hajimari
|
targetRevision: 2.0.2
|
||||||
helm:
|
helm:
|
||||||
releaseName: hajimari
|
releaseName: hajimari
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue