Move version to vars file;Upgrade Harbor
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-01 10:50:05 +02:00
parent cbee768881
commit ec4e9239e8
3 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- name: Download Harbor installer
get_url:
url: https://github.com/goharbor/harbor/releases/download/v2.2.1/harbor-online-installer-v2.2.1.tgz
url: https://github.com/goharbor/harbor/releases/download/{{ harbor.version }}/harbor-online-installer-{{ harbor.version }}.tgz
dest: /tmp/harbor-installer.tgz
mode: '0777'
- name: Extract installer