Fixed issues
  • Before this update, Gateway-api manifests had an imagePullPolicy of Always, and caused issues in disconnected environments. With this release, the imagePullPolicy for Gateway-api manifests is changed from Always to IfNotPresent. As a result, Gateway-api manifests do not use imagePullPolicy:Always, improving functionality in disconnected environments. (OCPBUGS-90515)