Gitlab helm upgrade fails to update to 6.9.2

When trying to upgrade gitlab version to chart 6.9.2 the upgrade gets stuck at starting the shared-secret pod, as the image it is getting for cfssl-self-sign container is registry.gitlab.com/gitlab-org/build/cng/cfssl-self-sign:%!s(float64=1.2)

Has anyone faced this issue with the latest gitlab upgrades.

Hi,
I faced the same issue, turned out i need to disable the tag in selfsign section, also set gitlabVersion: "15.9.3" in global section. Then it will automatically apply the correct tag.