Skip to content

Commit 50457cc

Browse files
Merge pull request #3449 from copejon/no-issue-change-route-crd-src
NO-ISSUE: Update asset.yaml source for the route crd
2 parents 3b8f058 + 7285d10 commit 50457cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/auto-rebase/assets.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ assets:
200200
- file: storage_version_migration.crd.yaml
201201
src: 0000_50_cluster-kube-storage-version-migrator-operator_01_storage_migration_crd.yaml
202202
- 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+
204205

205206
- dir: release/
206207
ignore: "it contains files generated during rebase procedure"

scripts/auto-rebase/rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ STAGING_DIR="$REPOROOT/_output/staging"
3333
PULL_SECRET_FILE="${HOME}/.pull-secret.json"
3434
GO_MOD_DIRS=("$REPOROOT/" "$REPOROOT/etcd")
3535

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"
3737
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"
3838
LOADED_COMPONENTS="cluster-dns-operator cluster-ingress-operator service-ca-operator cluster-network-operator cluster-csi-snapshot-controller-operator"
3939
declare -a ARCHS=("amd64" "arm64")

0 commit comments

Comments
 (0)