chore(deps): update dependency argoproj/argo-cd to v2.2.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.2.2 -> v2.2.3
|
Release Notes
argoproj/argo-cd
v2.2.3
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.3/manifests/ha/install.yaml
Bug Fixes
- fix: application exist panic when execute api call (#8188)
- fix: route health check stuck in 'Progressing' (#8170)
Other
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.