mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
19 lines
420 B
YAML
19 lines
420 B
YAML
|
# Dict of helm or git repos we want to add to ArgoCD
|
||
|
# Parameters:
|
||
|
# name-of-repo:
|
||
|
# url: https://...
|
||
|
# type: [default: helm | git]
|
||
|
#
|
||
|
repos:
|
||
|
argo:
|
||
|
url: https://argoproj.github.io/argo-helm
|
||
|
bitnami:
|
||
|
url: https://charts.bitnami.com/bitnami
|
||
|
k8s-at-home:
|
||
|
url: https://k8s-at-home.com/charts
|
||
|
jetstack:
|
||
|
url: https://charts.jetstack.io
|
||
|
heqet:
|
||
|
url: https://git.nold.in/nold/heqet
|
||
|
type: git
|