|
@@ -11,19 +11,19 @@ all:
|
|
|
|
|
|
vars:
|
|
|
# OpenShift versions.
|
|
|
- ocp_maj: "4.12"
|
|
|
- ocp_z: "4.12.10"
|
|
|
+ ocp_maj: "4.10"
|
|
|
+ ocp_z: "4.10.20"
|
|
|
|
|
|
# We need this operator CSV. TODO reflect reality
|
|
|
op_cat: redhat-operators
|
|
|
op_pkg: compliance-operator
|
|
|
desired_csv: compliance-operator.v1.3.1
|
|
|
- removed_source: do380-catalog-redhat
|
|
|
+ removed_source: do380-catalog
|
|
|
|
|
|
# These are the tools we need, some also need to be downloaded.
|
|
|
tools:
|
|
|
oc:
|
|
|
- final_name: /usr/local/bin/oc
|
|
|
+ final_name: /usr/bin/oc
|
|
|
completion: yes
|
|
|
completion_file: oc
|
|
|
|