apps/argocd/kustomization.yaml
Peter 8c59d58224
All checks were successful
Renovate / renovate (push) Successful in 1m17s
chore(deps): update helm release argo-cd to v7.6.3
2024-09-25 16:19:55 +00:00

32 lines
No EOL
727 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.12.3
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.6.3"
valuesFile: config/values.argo-cd.yaml
apiVersions:
- monitoring.coreos.com/v1