File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ bingo-upgrade: $(BINGO) #EXHELP Upgrade tools
204204.PHONY : verify-crd-compatibility
205205CRD_DIFF_ORIGINAL_REF := git://main?path=
206206CRD_DIFF_UPDATED_REF := file://
207- CRD_DIFF_OPCON_SOURCE := config /base/operator-controller/crd/standard/olm.operatorframework.io_clusterextensions.yaml
208- CRD_DIFF_CATD_SOURCE := config /base/catalogd/crd/standard/olm.operatorframework.io_clustercatalogs.yaml
207+ CRD_DIFF_OPCON_SOURCE := helm/olmv1 /base/operator-controller/crd/standard/olm.operatorframework.io_clusterextensions.yaml
208+ CRD_DIFF_CATD_SOURCE := helm/olmv1 /base/catalogd/crd/standard/olm.operatorframework.io_clustercatalogs.yaml
209209CRD_DIFF_CONFIG := crd-diff-config.yaml
210210verify-crd-compatibility : $(CRD_DIFF ) manifests
211211 $(CRD_DIFF ) --config=" ${CRD_DIFF_CONFIG} " " ${CRD_DIFF_ORIGINAL_REF}${CRD_DIFF_OPCON_SOURCE} " ${CRD_DIFF_UPDATED_REF}${CRD_DIFF_OPCON_SOURCE}
You can’t perform that action at this time.
0 commit comments