This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argo-cd](https://github.com/argoproj/argo-helm) | minor | `8.4.1` -> `8.5.0` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v8.5.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.0) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-8.4.1...argo-cd-8.5.0) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - fix(argo-cd): Adding the size limit for emptyDir in statefulset of argocd-application-controller by [@​Ghost21899](https://github.com/Ghost21899) in [#​3281](https://github.com/argoproj/argo-helm/pull/3281) #### New Contributors - [@​Ghost21899](https://github.com/Ghost21899) made their first contribution in [#​3281](https://github.com/argoproj/argo-helm/pull/3281) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-cd-8.4.1...argo-cd-8.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTE2LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: #1490 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
		
			
				
	
	
		
			22 lines
		
	
	
		
			534 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			534 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: argocd
 | 
						|
version: 1.0.0
 | 
						|
description: Argo CD
 | 
						|
keywords:
 | 
						|
  - argo-cd
 | 
						|
  - delivery
 | 
						|
  - deployment
 | 
						|
  - gitops
 | 
						|
home: https://wiki.alexlebens.dev/s/8a75cf26-b9df-437e-9cc5-2ef47e871a5f
 | 
						|
sources:
 | 
						|
  - https://github.com/argoproj/argo-cd
 | 
						|
  - https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
 | 
						|
maintainers:
 | 
						|
  - name: alexlebens
 | 
						|
dependencies:
 | 
						|
  - name: argo-cd
 | 
						|
    version: 8.5.0
 | 
						|
    repository: https://argoproj.github.io/argo-helm
 | 
						|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
 | 
						|
appVersion: 3.0.0
 |