mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-29 17:12:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			892 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			892 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Need an extra Argo CD Application here to do server side apply
 | |
| # https://github.com/prometheus-community/helm-charts/issues/3345
 | |
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: Application
 | |
| metadata:
 | |
|   name: kube-prometheus-stack
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   project: monitoring
 | |
|   sources:
 | |
|     - repoURL: https://prometheus-community.github.io/helm-charts
 | |
|       chart: kube-prometheus-stack
 | |
|       targetRevision: 68.3.2 # renovate: docker=ghcr.io/prometheus-community/charts/kube-prometheus-stack
 | |
|       helm:
 | |
|         valueFiles:
 | |
|           - $values/k8s/infra/monitoring/prometheus-stack/values.yaml
 | |
|     - repoURL: https://github.com/vehagn/homelab
 | |
|       targetRevision: HEAD
 | |
|       ref: values
 | |
|   destination:
 | |
|     name: in-cluster
 | |
|     namespace: monitoring
 | |
|   syncPolicy:
 | |
|     automated:
 | |
|       selfHeal: true
 | |
|       prune: true
 | |
|     syncOptions:
 | |
|       - ApplyOutOfSyncOnly=true
 | |
|       - ServerSideApply=true
 | 
![renovate[bot]](/assets/img/avatar_default.png)