apps/argocd/kustomization.yaml
Peter bc2aa89891
Some checks failed
Renovate / renovate (push) Has been cancelled
chore(deps): update helm release argo-cd to v6.10.2
2024-05-22 20:11:53 +00:00

30 lines
No EOL
678 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo-system
resources:
- resources/namespace.yaml
- resources/secret.git-age.yaml
- resources/configmap.git.yaml
- resources/dragonfly.yml
- resources/http_routes.yaml
images:
- name: argocd
newName: code.icb4dc0.de/infrastructure/images/argocd
newTag: v2.11.1
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: "6.10.2"
valuesFile: config/values.argo-cd.yaml