-
Task
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
Undefined
-
Instead of hardcoding images in kustomize, move to quay-operator.clusterserviceversion.yaml in the `spec.containers.env` section.
- name: WATCH_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: RELATED_IMAGE_QUAY value: registry.redhat.io/quay/quay:v3.4.0 - name: RELATED_IMAGE_CLAIR value: registry.redhat.io/quay/clair:v3.4.0 - name: RELATED_IMAGE_POSTGRESQL value: registry.access.redhat.com/rhscl/postgresql-10-rhel7 - name: RELATED_IMAGE_REDIS value: registry.access.redhat.com/rhscl/redis-32-rhel7
For disconnected operator installs, the names must begin with `RELATED_IMAGE_`.
The psql and redis images should probably specify a tag. We should move to `rhel8/redis-5:1` and `rhel8/postgresql-10:1` for downstream.