소스 검색

fix image tag

Grega Bremec 1 년 전
부모
커밋
29b880ab1e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      roles/fix-operators/vars/main.yml

+ 3 - 3
roles/fix-operators/vars/main.yml

@@ -6,11 +6,11 @@ removed_source: disconnected-catalog
 catalog_sources:
   - name: redhat-operators
     displ: Red Hat Operators
-    image: registry.redhat.io/redhat/redhat-operator-index:{{ ocp_maj }}
+    image: registry.redhat.io/redhat/redhat-operator-index:v{{ ocp_maj }}
   - name: certified-operators
     displ: Certified Operators
-    image: registry.redhat.io/redhat/certified-operator-index:{{ ocp_maj }}
+    image: registry.redhat.io/redhat/certified-operator-index:v{{ ocp_maj }}
   - name: community-operators
     displ: Community Operators
-    image: registry.redhat.io/redhat/community-operator-index:{{ ocp_maj }}
+    image: registry.redhat.io/redhat/community-operator-index:v{{ ocp_maj }}
 ...