Open
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
I am using argocd to maintain our helm charts lifecycle. I am using the helm charts for application coming from this repo
To Reproduce
- Install the setup chart v2.8.3 from here using argo app
- Upgrade the chart to v2.8.5
- After that you will that the application health is healthy but only one of the CR resource named SeldonConfig will be out of sync showing difference as below between live and desired.
- Use the command kubectl get apps and it will show was OutOfSync and healthy
- Tried hard refresh and sync many times this is the only resource which is not syncing and showing the health state as healthly overall
Expected behavior
Live manifest should match with the desired manifest and states should be synced.
Screenshots
v2.13.0