kubeasz/roles/harbor/defaults/main.yml

7 lines
282 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# harbor version完整版本号目前支持 v1.5.x 和 v1.6.x
HARBOR_VER: "v1.6.3"
# harbor 主版本号,目前支持主版本号 v1.5/v1.6
# 从完整版本号提取出主版本号 v1.5/v1.6
HARBOR_VER_MAIN: "{{ HARBOR_VER.split('.')[0] }}.{{ HARBOR_VER.split('.')[1] }}"