mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
5d02acd043
no new config item added. harbor.yml keep the same as last version Signed-off-by: DQ <dengq@vmware.com>
5 lines
132 B
Python
5 lines
132 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', '2.3.0'} |