Skip to content

Commit 34b1a35

Browse files
update dashboard version (#616)
1 parent 97a3ccd commit 34b1a35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/oceanbase-dashboard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.1
18+
version: 0.3.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.3.1"
24+
appVersion: "0.3.2"

make/dashboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJECT=oceanbase-dashboard
44
PROCESSOR=4
55
PWD ?= $(shell pwd)
66

7-
DASHBOARD_VERSION ?= 0.3.1
7+
DASHBOARD_VERSION ?= 0.3.2
88
DASHBOARD_IMG ?= quay.io/oceanbase/oceanbase-dashboard:${DASHBOARD_VERSION}
99
COMMIT_HASH ?= $(shell git rev-parse --short HEAD)
1010
BUILD_TIMESTAMP ?= $(shell date '+%Y%m%d%H%M%S')

0 commit comments

Comments
 (0)