ArgoCD cleanUpgrade value failing pipeline
When enabling cleanUpgrade within argoCDs values, it does not not seem to find any of the stateful sets or PVs to remove which is causing our upgrade of argoCD to fail.
[pod/redis-clean-upgrade-nkpcp/redis-clean-upgrade] No statefulsets to clean up.
[pod/redis-clean-upgrade-nkpcp/redis-clean-upgrade] No PVCs to clean up.
[pod/redis-clean-upgrade-nkpcp/redis-clean-upgrade] Done with upgrade steps.
Pipeline failure: https://repo1.dso.mil/big-bang/product/packages/argocd/-/jobs/48800801#L5310
Solution
Looks like the issue is due to argoCD unable to see the HorizontalPodAutoscaler
. A fix was to add
values.upstream.fullnameOverride: "redis-bb" so that the names matched what argoCD was looking for
Edited by Jacob Kershaw