From 56ad22053c145b96f3259cbfab4488d0056ab73f Mon Sep 17 00:00:00 2001 From: smiletan Date: Mon, 25 Nov 2024 10:41:40 +0800 Subject: [PATCH] update helm related --- .licenserc.yaml | 4 ++-- Makefile | 1 + ...dorisclusters.yaml => doris.apache.com_dorisclusters.yaml} | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename helm-charts/doris-operator/crds/{doris.selectdb.com_dorisclusters.yaml => doris.apache.com_dorisclusters.yaml} (100%) 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