You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/sync-operator-index/defaults/main.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ registry_path: /opt/registry
15
15
operator_index_name: redhat-operator-index
16
16
17
17
# operator_index_tag represents the destination operator tag on the installed cluster (actual image tags can be found in the operator_index_container_image value under operators_to_sync)
18
-
operator_index_tag: v4.16
18
+
operator_index_tag: v4.18
19
19
20
20
# Tag to be used with the ose-operator-registry container image
21
-
ose_operator_registry_tag: v4.16
21
+
ose_operator_registry_tag: v4.18
22
22
23
-
# These defaults match ACM ZTP Scale testing (4.16 SNO with 4.16 Operators). For SNO DU profile defaults, refer ansible/vars/sync-operator-index.sample.yml
23
+
# These defaults match ACM ZTP Scale testing (4.18 SNO with 4.18 Operators). For SNO DU profile defaults, refer ansible/vars/sync-operator-index.sample.yml
# operator_index_tag represents the destination operator tag on the installed cluster (actual image tags can be found in the operator_index_container_image value under operators_to_sync)
14
-
operator_index_tag: v4.16
14
+
operator_index_tag: v4.18
15
15
16
16
# Tag to be used with the ose-operator-registry container image
17
-
ose_operator_registry_tag: v4.16
17
+
ose_operator_registry_tag: v4.18
18
18
19
19
# All of the following operators apply as part of DU profile, sync-operator-index makes all the required DU operators available through a single catalog source
0 commit comments