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
override catalog tag to 4.x when RELEASE_VERSION is 4.x and catalogd.yaml pins v5.0
Partially reverts commit 7a85fa8: removes the ocp-release sentinel
mechanism (GetCatalogImageTag, ClusterCatalogImageTag, applyCatalogImageTagOverride,
and the associated Builder field and main.go changes).
Replaces it with a targeted check in renderHelmTemplate: when
openshift/helm/catalogd.yaml (operator-framework-operator-controller)
pins options.openshift.catalogs.version to "v5.0" and RELEASE_VERSION
is a 4.x stream (the 4.23/5.0 co-release), substitute the 4.x catalog
tag so images match the release stream. For 5.x releases, including 5.1
running against a "v5.0" or "v5.1" catalog, the value in catalogd.yaml
is left untouched.
0 commit comments