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
|
2024-06-07 06:45:48 +00:00
|
|
|
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
|
2024-06-29 03:34:11 +00:00
|
|
|
version: "7.3.3"
|
2024-06-01 17:51:31 +00:00
|
|
|
valuesFile: config/values.argo-cd.yaml
|
|
|
|
apiVersions:
|
|
|
|
- monitoring.coreos.com/v1
|