- ArgoCD Image Updater for Zot registry polling - Tekton Tasks: git-clone, buildah-build-push - Pipelines: nextjs, fastapi, python - ExternalSecrets for Zot and GitHub credentials
21 lines
468 B
YAML
21 lines
468 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# App of Apps Application
|
|
- application.yaml
|
|
- cert-manager/argocd.yaml
|
|
- traefik/argocd.yaml
|
|
|
|
# Tekton CI/CD Platform
|
|
- tekton/pipeline/argocd.yaml
|
|
- tekton/triggers/argocd.yaml
|
|
- tekton/dashboard/argocd.yaml
|
|
- tekton/ci-cd/argocd.yaml
|
|
|
|
# ArgoCD Image Updater
|
|
- argocd-image-updater/argocd.yaml
|
|
|
|
# ArgoCD configuration (no Application, just configuration)
|
|
- argocd
|