The options for specifying the version or tag no longer work for OCP 3.10. Below is the old way and new way.
Example changes below between OCP 3.9 and OCP 3.10 for specifying image name and version.
# Container image to use for glusterfs pods
- openshift_storage_glusterfs_image=registry.access.redhat.com/rhgs3/rhgs-server-rhel7
- openshift_storage_glusterfs_version=v3.9
+ openshift_storage_glusterfs_image="registry.access.redhat.com/rhgs3/rhgs-server-rhel7:v3.10"
# Container image to use for glusterblock-provisioner pod
- openshift_storage_glusterfs_block_image=registry.access.redhat.com/rhgs3/rhgs-gluster-block-prov-rhel7
- openshift_storage_glusterfs_block_version=v3.9
+ openshift_storage_glusterfs_block_image="registry.access.redhat.com/rhgs3/rhgs-gluster-block-prov-rhel7:v3.10"
# Container image to use for heketi pods
- openshift_storage_glusterfs_heketi_image=registry.access.redhat.com/rhgs3/rhgs-volmanager-rhel7
- openshift_storage_glusterfs_heketi_version=v3.9
+ openshift_storage_glusterfs_heketi_image="registry.access.redhat.com/rhgs3/rhgs-volmanager-rhel7:v3.10"
The options for specifying the version or tag no longer work for OCP 3.10. Below is the old way and new way.
Example changes below between OCP 3.9 and OCP 3.10 for specifying image name and version.