Using a Single Image Variable (Red Hat Marketplace)
This step is Optional in terms of creating a certified operator but it is a technical requirement for the Red Hat Marketplace.
#Instead of
#image: "{{ image.repository }}/{{ image.image_name }}:{{ image.tag }}"
#use
image: "{{ image }}"'#instead of
#image
# repository: <repo>
# image_name: <image>
# tag: <tag>
#use
image: <repository>/<image>:<tag>Last updated