You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rax-dev-iad3-dev: fix stale chart version pins for a659ab8a2
09aa5fd removed the stray trailing "f" from the a659ab8a2 hash but
left the version numbers unchanged. Helm's chart-repo resolution
ignores semver build metadata (the "+hash" suffix) when matching, so
each pin was silently resolving to whatever pre-fix build already
existed under that version number instead of erroring. Bump every
chart's version number to the one actually published alongside
a659ab8a2 (verified against the tarballs.opendev.org index) so the
identity.openrc wiring fix actually gets deployed.
0 commit comments