mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
argocd: add bitnami repo
This commit is contained in:
parent
ef1f8bb440
commit
7e2ac35b0a
2 changed files with 18 additions and 1 deletions
|
|
@ -13,8 +13,11 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
|
|
||||||
sources:
|
sources:
|
||||||
|
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
||||||
|
targetRevision: main
|
||||||
|
path: state/gullfaxi/system/argocd/manifests
|
||||||
|
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 5.45.0
|
targetRevision: 5.45.0
|
||||||
|
|
|
||||||
14
state/gullfaxi/system/argocd/manifests/bitnami-oci.yaml
Normal file
14
state/gullfaxi/system/argocd/manifests/bitnami-oci.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# have to add repo because oci:// prefix is not supported in repoURL
|
||||||
|
# https://github.com/argoproj/argo-cd/issues/10823
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
type: Opaque
|
||||||
|
metadata:
|
||||||
|
name: bitnami-oci-repo
|
||||||
|
labels:
|
||||||
|
argocd.argoproj.io/secret-type: repository
|
||||||
|
stringData:
|
||||||
|
name: bitnami
|
||||||
|
type: helm
|
||||||
|
enableOci: "true"
|
||||||
|
url: registry-1.docker.io/bitnamicharts
|
||||||
Loading…
Reference in a new issue