mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-22 19:25:47 +00:00
add harbor
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
d8e2543152
commit
8ca8f0b8ea
45 changed files with 322 additions and 805 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue