apps/argocd/kustomization.yaml

32 lines
727 B
YAML
Raw Normal View History

2024-04-26 07:19:52 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo-system
resources:
- resources/namespace.yaml
2024-04-26 08:19:53 +00:00
- resources/secret.git-age.yaml
- resources/configmap.git.yaml
2024-04-26 07:19:52 +00:00
- resources/dragonfly.yml
- resources/http_routes.yaml
2024-05-18 17:18:43 +00:00
images:
- name: argocd
newName: code.icb4dc0.de/infrastructure/images/argocd
newTag: v2.11.3
2024-05-18 17:18:43 +00:00
2024-04-26 07:19:52 +00:00
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/part-of: argocd
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
releaseName: argo-cd
namespace: argo-system
version: "7.3.2"
valuesFile: config/values.argo-cd.yaml
apiVersions:
- monitoring.coreos.com/v1