From 17c2b43ac55b1170a236e043d3ed007e0bb8aa14 Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Thu, 16 May 2024 11:33:57 +0800 Subject: [PATCH] Update appcr (#4742) * chore: update app cr. Signed-off-by: yy Signed-off-by: yy * chore: update app cr. Signed-off-by: yy Signed-off-by: yy --------- Signed-off-by: yy --- controllers/app/config/samples/app_v1_app.yaml | 3 --- controllers/app/deploy/appexample/cr.yaml | 6 ------ .../how-to-deploy-the-application-to-desktop.md | 3 --- .../docs/examples/social-communication/install-tailchat.md | 3 --- .../how-to-deploy-the-application-to-desktop.md | 3 --- .../examples/social-communication/install-tailchat.md | 3 --- .../providers/template/deploy/manifests/appcr.yaml.tmpl | 1 - helm/sealos/charts/costcenter/templates/app.yaml | 1 - 8 files changed, 23 deletions(-) diff --git a/controllers/app/config/samples/app_v1_app.yaml b/controllers/app/config/samples/app_v1_app.yaml index cc01eaf8c0c..950cb4798a6 100644 --- a/controllers/app/config/samples/app_v1_app.yaml +++ b/controllers/app/config/samples/app_v1_app.yaml @@ -30,7 +30,4 @@ spec: url: https://console.lafyun.com/ desc: menuData: - nameColor: text-black - helpDropDown: false - helpDocs: displayType: normal \ No newline at end of file diff --git a/controllers/app/deploy/appexample/cr.yaml b/controllers/app/deploy/appexample/cr.yaml index 7aa4b75866a..5efeed92046 100644 --- a/controllers/app/deploy/appexample/cr.yaml +++ b/controllers/app/deploy/appexample/cr.yaml @@ -55,9 +55,6 @@ spec: url: "" icon: /images/infraicon/scp.png menuData: - helpDocs: https://www.sealos.io/docs/cloud/apps/scp/ - helpDropDown: false - nameColor: '#0073D7' name: sealos cloud provider type: app displayType: more @@ -107,7 +104,4 @@ spec: url: "https://deploy.cloud.sealos.io" desc: Deploy Manager menuData: - nameColor: text-black - helpDropDown: false - helpDocs: displayType: normal \ No newline at end of file diff --git a/docs/4.0/docs/advanced-guide/how-to-deploy-the-application-to-desktop.md b/docs/4.0/docs/advanced-guide/how-to-deploy-the-application-to-desktop.md index ed434acbd8a..e4934c8f05f 100644 --- a/docs/4.0/docs/advanced-guide/how-to-deploy-the-application-to-desktop.md +++ b/docs/4.0/docs/advanced-guide/how-to-deploy-the-application-to-desktop.md @@ -23,9 +23,6 @@ spec: desc: icon: https://cloud.sealos.io/logo.svg menuData: - nameColor: text-black - helpDropDown: - helpDocs: displayType: normal ``` diff --git a/docs/4.0/docs/examples/social-communication/install-tailchat.md b/docs/4.0/docs/examples/social-communication/install-tailchat.md index 27d6df56a07..d81e411431a 100644 --- a/docs/4.0/docs/examples/social-communication/install-tailchat.md +++ b/docs/4.0/docs/examples/social-communication/install-tailchat.md @@ -135,9 +135,6 @@ spec: desc: icon: https://tailchat.msgbyte.com/img/logo.svg menuData: - nameColor: text-black - helpDropDown: - helpDocs: displayType: normal ``` diff --git a/docs/4.0/i18n/zh-Hans/advanced-guide/how-to-deploy-the-application-to-desktop.md b/docs/4.0/i18n/zh-Hans/advanced-guide/how-to-deploy-the-application-to-desktop.md index c1c2ceac66a..c47e344a0b8 100644 --- a/docs/4.0/i18n/zh-Hans/advanced-guide/how-to-deploy-the-application-to-desktop.md +++ b/docs/4.0/i18n/zh-Hans/advanced-guide/how-to-deploy-the-application-to-desktop.md @@ -23,9 +23,6 @@ spec: desc: icon: https://cloud.sealos.io/logo.svg menuData: - nameColor: text-black - helpDropDown: - helpDocs: displayType: normal ``` diff --git a/docs/4.0/i18n/zh-Hans/examples/social-communication/install-tailchat.md b/docs/4.0/i18n/zh-Hans/examples/social-communication/install-tailchat.md index 88af26b791f..b2c53ab1004 100644 --- a/docs/4.0/i18n/zh-Hans/examples/social-communication/install-tailchat.md +++ b/docs/4.0/i18n/zh-Hans/examples/social-communication/install-tailchat.md @@ -165,9 +165,6 @@ spec: desc: icon: https://tailchat.msgbyte.com/img/logo.svg menuData: - nameColor: text-black - helpDropDown: - helpDocs: displayType: normal ``` diff --git a/frontend/providers/template/deploy/manifests/appcr.yaml.tmpl b/frontend/providers/template/deploy/manifests/appcr.yaml.tmpl index 2a6a49abbf7..bdcb5b98823 100644 --- a/frontend/providers/template/deploy/manifests/appcr.yaml.tmpl +++ b/frontend/providers/template/deploy/manifests/appcr.yaml.tmpl @@ -14,6 +14,5 @@ spec: name: 应用商店 icon: https://template.{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}/logo.svg menuData: - nameColor: text-black name: App Store type: iframe \ No newline at end of file diff --git a/helm/sealos/charts/costcenter/templates/app.yaml b/helm/sealos/charts/costcenter/templates/app.yaml index 83ea83fa63e..692e7e0207c 100644 --- a/helm/sealos/charts/costcenter/templates/app.yaml +++ b/helm/sealos/charts/costcenter/templates/app.yaml @@ -14,7 +14,6 @@ spec: zh-Hans: name: 费用中心 menuData: - helpDocs: https://www.sealos.io/docs/cloud/apps/costcenter/ name: Cost Center type: iframe displayType: normal \ No newline at end of file