File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ assets:
200
200
- file : storage_version_migration.crd.yaml
201
201
src : 0000_50_cluster-kube-storage-version-migrator-operator_01_storage_migration_crd.yaml
202
202
- file : route.crd.yaml
203
- src : /route-controller-manager/vendor/github.com/openshift/api/route/v1/route.crd.yaml
203
+ src : /api/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml
204
+
204
205
205
206
- dir : release/
206
207
ignore : " it contains files generated during rebase procedure"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ STAGING_DIR="$REPOROOT/_output/staging"
33
33
PULL_SECRET_FILE=" ${HOME} /.pull-secret.json"
34
34
GO_MOD_DIRS=(" $REPOROOT /" " $REPOROOT /etcd" )
35
35
36
- EMBEDDED_COMPONENTS=" route-controller-manager cluster-policy-controller hyperkube etcd kube-storage-version-migrator"
36
+ EMBEDDED_COMPONENTS=" route-controller-manager cluster-policy-controller hyperkube etcd kube-storage-version-migrator cluster-config-api "
37
37
EMBEDDED_COMPONENT_OPERATORS=" cluster-kube-apiserver-operator cluster-kube-controller-manager-operator cluster-openshift-controller-manager-operator cluster-kube-scheduler-operator machine-config-operator operator-lifecycle-manager"
38
38
LOADED_COMPONENTS=" cluster-dns-operator cluster-ingress-operator service-ca-operator cluster-network-operator cluster-csi-snapshot-controller-operator"
39
39
declare -a ARCHS=(" amd64" " arm64" )
You can’t perform that action at this time.
0 commit comments