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
klog.Warningf("Failed to read release metadata to determine OCP version for this CVO (will use placeholder version %q): %v", cvoOcpVersion, err)
210
+
casereleaseMetadata.Version=="":
211
+
klog.Warningf("Version missing from release metadata, cannot determine OCP version for this CVO (will use placeholder version %q): %v", cvoOcpVersion, err)
212
+
default:
213
+
cvoOcpVersion=releaseMetadata.Version
214
+
klog.Infof("Determined OCP version for this CVO: %q", cvoOcpVersion)
215
+
}
216
+
192
217
// initialize the controllers and attempt to load the payload information
0 commit comments