Zarf Helm Install fails due to image version mismatch
Zarf uses the helm.sh/images annotation in Chart.yaml to determine what to bundle up. On version 1.57.0 of Big Bang it pulls that tag 5.27.0-bb.1
. This is tag in Chart.yaml suggests to Zarf to bundle up these images as part of the packaging process.
It looks like when ArgoCD was bumped to both 2.6.1 and 2.6.6 by the bot it failed to update the Helm chart reference as well.
On the update to 2.6.6 you can see that the Dex image was properly updated but the main ArgoCD application image wasn't.
Commit where it bumped to 2.6.6: aa4d451f
You'll see that the latest tagged chart is still pointing to v2.5.10 image: https://repo1.dso.mil/big-bang/product/packages/argocd/-/blob/5.27.1-bb.1/chart/values.yaml#L131
Dex changed correctly: aa4d451f