mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
489f31d8fe
1. add metrics config item in config 2. upgrade version in template Signed-off-by: DQ <dengq@vmware.com>
5 lines
123 B
Python
5 lines
123 B
Python
import os
|
|
|
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|
|
|
|
accept_versions = {'1.9.0', '1.10.0', '2.0.0', '2.1.0', '2.2.0'} |