main.yml 549 B

12345678910111213141516
  1. ---
  2. op_cat: redhat-operators
  3. op_pkg: some-operator
  4. desired_csv: some-operator.v1.2.3
  5. removed_source: disconnected-catalog
  6. catalog_sources:
  7. - name: redhat-operators
  8. displ: Red Hat Operators
  9. image: registry.redhat.io/redhat/redhat-operator-index:v{{ ocp_maj }}
  10. - name: certified-operators
  11. displ: Certified Operators
  12. image: registry.redhat.io/redhat/certified-operator-index:v{{ ocp_maj }}
  13. - name: community-operators
  14. displ: Community Operators
  15. image: registry.redhat.io/redhat/community-operator-index:v{{ ocp_maj }}
  16. ...