diff --git a/docsite/docs/dashboard/quickstart.mdx b/docsite/docs/dashboard/quickstart.mdx index 68adb6bc..b0ca7f1d 100644 --- a/docsite/docs/dashboard/quickstart.mdx +++ b/docsite/docs/dashboard/quickstart.mdx @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem' # OceanBase Dashboard Quick Start -OceanBase Dashboard is a white-screen operation and maintenance tool that is compatible with ob-operator. As of the latest version 0.3.2, it has functions such as cluster management, tenant management, backup management, performance monitoring, and terminal connection. It is the preferred tool for monitoring OceanBase cluster performance metrics in a K8s environment. +OceanBase Dashboard is a white-screen operation and maintenance tool that is compatible with ob-operator. It has functions such as cluster management, tenant management, backup management, performance monitoring, and terminal connection. It is the preferred tool for monitoring OceanBase cluster performance metrics in a K8s environment. ## Deploy OceanBase Dashboard diff --git a/docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/dashboard/quickstart.mdx b/docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/dashboard/quickstart.mdx index d6a28589..cab84210 100644 --- a/docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/dashboard/quickstart.mdx +++ b/docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/dashboard/quickstart.mdx @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem' # OceanBase Dashboard 快速上手 -OceanBase Dashboard 是与 ob-operator 配套的白屏运维工具,截止目前最新的 0.3.2 版本具有集群管理、租户管理、备份管理、性能监控和终端直连等功能,是在 K8s 环境中配合 ob-operator 监控 OceanBase 集群性能指标的首选工具。 +OceanBase Dashboard 是与 ob-operator 配套的白屏运维工具,具有集群管理、租户管理、备份管理、性能监控和终端直连等功能,是在 K8s 环境中配合 ob-operator 监控 OceanBase 集群性能指标的首选工具。 ## 部署 OceanBase Dashboard diff --git a/make/dashboard.mk b/make/dashboard.mk index feb1cf97..76b9eba1 100644 --- a/make/dashboard.mk +++ b/make/dashboard.mk @@ -4,7 +4,7 @@ PROJECT=oceanbase-dashboard PROCESSOR=4 PWD ?= $(shell pwd) -DASHBOARD_VERSION ?= 0.3.2 +DASHBOARD_VERSION ?= 0.3.3 DASHBOARD_IMG ?= quay.io/oceanbase/oceanbase-dashboard:${DASHBOARD_VERSION} COMMIT_HASH ?= $(shell git rev-parse --short HEAD) BUILD_TIMESTAMP ?= $(shell date '+%Y%m%d%H%M%S')