Merge pull request #12091 from Kinplemelon/kinple/for-upgrade-dashboard

chore: upgrade dashboard to e1.4.0-beta.1 for ee
This commit is contained in:
Kinple 2023-12-05 16:29:19 +08:00 committed by GitHub
commit 89732cb4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ endif
# Dashboard version # Dashboard version
# from https://github.com/emqx/emqx-dashboard5 # from https://github.com/emqx/emqx-dashboard5
export EMQX_DASHBOARD_VERSION ?= v1.5.2 export EMQX_DASHBOARD_VERSION ?= v1.5.2
export EMQX_EE_DASHBOARD_VERSION ?= e1.3.2 export EMQX_EE_DASHBOARD_VERSION ?= e1.4.0-beta.1
PROFILE ?= emqx PROFILE ?= emqx
REL_PROFILES := emqx emqx-enterprise REL_PROFILES := emqx emqx-enterprise