add harbor

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-19 13:08:09 -04:00
parent d8e2543152
commit 8ca8f0b8ea
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
45 changed files with 322 additions and 805 deletions

View file

@ -3,6 +3,8 @@ kind: Application
metadata:
name: harbor
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
spec:
project: default
destination:
@ -11,7 +13,7 @@ spec:
source:
repoURL: https://helm.goharbor.io
chart: harbor
targetRevision: 1.14.2
targetRevision: 1.19.0
helm:
releaseName: harbor
values: |
@ -49,3 +51,5 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- SkipDryRunOnMissingResource=true