diff --git a/roles/registry/tasks/main.yml b/roles/registry/tasks/main.yml index 450ddb3..473344b 100644 --- a/roles/registry/tasks/main.yml +++ b/roles/registry/tasks/main.yml @@ -1,6 +1,6 @@ - name: Download Harbor installer get_url: - url: https://github.com/goharbor/harbor/releases/download/v2.2.0/harbor-online-installer-v2.2.0.tgz + url: https://github.com/goharbor/harbor/releases/download/v2.2.0/harbor-online-installer-v2.2.1.tgz dest: /tmp/harbor-installer.tgz mode: '0777' - name: Extract installer