Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify version of oceanbase-dashboard in makefile and doc #737

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsite/docs/dashboard/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion make/dashboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Loading