diff --git a/env/__init__.py b/env/__init__.py index 7e8490554..cbdd2b23f 100644 --- a/env/__init__.py +++ b/env/__init__.py @@ -113,7 +113,7 @@ # 导航栏开源社区地址 BKAPP_NAV_OPEN_SOURCE_URL = get_type_env( - key="BKAPP_NAV_OPEN_SOURCE_URL", default="https://bk.tencent.com/s-mart/community/question", _type=str + key="BKAPP_NAV_OPEN_SOURCE_URL", default="https://github.com/TencentBlueKing/bk-nodeman", _type=str ) # 导航栏技术支持地址 BKAPP_NAV_HELPER_URL = get_type_env( diff --git a/support-files/kubernetes/helm/bk-nodeman/README.md b/support-files/kubernetes/helm/bk-nodeman/README.md index f8e56729a..c7ff5aaab 100644 --- a/support-files/kubernetes/helm/bk-nodeman/README.md +++ b/support-files/kubernetes/helm/bk-nodeman/README.md @@ -343,7 +343,7 @@ externalRabbitMQ: | `config.bkAppOtelBkDataToken` | 可观测,监控上报配置项 | `""` | | `config.bkAppOtelGrpcUrl` | 可观测,监控上报配置项 | `""` | | `config.concurrentNumber` | 线程最大并发数 | `50` | -| `config.bkAppNavOpenSourceUrl` | 导航栏开源社区地址 | `https://bk.tencent.com/s-mart/community/question` | +| `config.bkAppNavOpenSourceUrl` | 导航栏开源社区地址 | `https://github.com/TencentBlueKing/bk-nodeman` | | `config.bkAppNavHelperUrl` | 导航栏技术支持地址 | `https://wpa1.qq.com/KziXGWJs?_type=wpa&qidian=true` | | `50` | ## 额外的环境变量 diff --git a/support-files/kubernetes/helm/bk-nodeman/values.yaml b/support-files/kubernetes/helm/bk-nodeman/values.yaml index 08cf210e6..3272f0f5a 100644 --- a/support-files/kubernetes/helm/bk-nodeman/values.yaml +++ b/support-files/kubernetes/helm/bk-nodeman/values.yaml @@ -429,7 +429,7 @@ config: bkAppOtelGrpcUrl: "" ## 导航栏开源社区地址 - bkAppNavOpenSourceUrl: "https://bk.tencent.com/s-mart/community/question" + bkAppNavOpenSourceUrl: "https://github.com/TencentBlueKing/bk-nodeman" ## 导航栏技术支持地址 bkAppNavHelperUrl: "https://wpa1.qq.com/KziXGWJs?_type=wpa&qidian=true"