diff --git a/.licenserc.yaml b/.licenserc.yaml index cd80d5c..d179796 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -16,7 +16,7 @@ header: - "**/*.json" - "**/*.txt" - '**/.helmignore' - - 'helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml' + - 'helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml' - 'LICENSE' - 'NOTICE' - 'PROJECT' @@ -26,4 +26,4 @@ header: # If you don't want to check dependencies' license compatibility, remove the following part dependency: files: - - go.mod \ No newline at end of file + - go.mod diff --git a/Makefile b/Makefile index 89356aa..a440726 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust #cat config/crd/bases/apps.foundationdb.org_foundationdbbackups.yaml >> config/crd/bases/crds.yaml #cat config/crd/bases/apps.foundationdb.org_foundationdbrestores.yaml >> config/crd/bases/crds.yaml cp config/crd/bases/doris.selectdb.com_dorisclusters.yaml config/crd/bases/doris.apache.com_dorisclusters.yaml + mv helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml cat config/crd/bases/doris.selectdb.com_dorisclusters.yaml > config/crd/bases/crds.yaml cat config/crd/bases/disaggregated.cluster.doris.com_dorisdisaggregatedclusters.yaml >> config/crd/bases/crds.yaml #cat config/crd/bases/disaggregated.metaservice.doris.com_dorisdisaggregatedmetaservices.yaml >> config/crd/bases/crds.yaml diff --git a/helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml b/helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml similarity index 100% rename from helm-charts/doris-operator/crds/doris.selectdb.com_dorisclusters.yaml rename to helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml