argocd: add bitnami repo

This commit is contained in:
Andrei Kartashov 2023-09-25 04:31:05 +07:00
parent ef1f8bb440
commit 7e2ac35b0a
2 changed files with 18 additions and 1 deletions

View file

@ -13,8 +13,11 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
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
chart: argo-cd
targetRevision: 5.45.0

View 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