From aa0df1f62b6676901428ea50abd8fe055036ea6c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 15 Dec 2025 22:05:32 -0300 Subject: [PATCH] harbor: add helm repo and deploy via helmrelease --- clusters/atlas/flux-system/applications/kustomization.yaml | 1 + infrastructure/sources/helm/kustomization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/atlas/flux-system/applications/kustomization.yaml b/clusters/atlas/flux-system/applications/kustomization.yaml index 2ad7b14..9b388c8 100644 --- a/clusters/atlas/flux-system/applications/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/kustomization.yaml @@ -10,6 +10,7 @@ resources: - monerod/kustomization.yaml - pegasus/kustomization.yaml - pegasus/image-automation.yaml + - harbor/kustomization.yaml - jellyfin/kustomization.yaml - xmr-miner/kustomization.yaml - sui-metrics/kustomization.yaml diff --git a/infrastructure/sources/helm/kustomization.yaml b/infrastructure/sources/helm/kustomization.yaml index cef76c2..3ded0f1 100644 --- a/infrastructure/sources/helm/kustomization.yaml +++ b/infrastructure/sources/helm/kustomization.yaml @@ -7,5 +7,6 @@ resources: - jetstack.yaml - jenkins.yaml - mailu.yaml + - harbor.yaml - prometheus.yaml - victoria-metrics.yaml