Description:
"imagePullPolicy" default value is Always.
Please make sure that the "windup" addon CR is controlled by the global image_pull_policy parameter in the Tackle CR
Additional info:
Related issue: MTA-48 - [Analysis] Report page is empty/can't be found
Workaround: Edit the windup addon CR:
$ oc edit addon windup -n konveyor-tackle ... spec: image: quay.io/konveyor/tackle2-addon-windup:latest imagePullPolicy: Always resources: requests: cpu: 500m memory: 2Gi status:
- relates to
-
MTA-106 Implement ability for windup addon image pull policy to be configurable
- Closed