diff --git a/inventory/ghp/sample/group_vars/all/versions.yaml b/inventory/ghp/sample/group_vars/all/versions.yaml index 5f2e7d6..ca5cd34 100644 --- a/inventory/ghp/sample/group_vars/all/versions.yaml +++ b/inventory/ghp/sample/group_vars/all/versions.yaml @@ -1,5 +1,5 @@ # MetalLB balancer -metallb_version: 0.10.2 +metallb_version: 0.10.3 # NFS provisioners nfs_client_provisioner_hdd_version: 1.2.11 @@ -42,7 +42,7 @@ gitea_dns_version: 5.4.7 gitea_version: 4.1.1 # Docker and Helm chart registreis -harbor_version: 1.5.6 +harbor_version: 1.7.3 # Mastodon mastodon_version: 3.4.1 diff --git a/roles/harbor/defaults/main.yaml b/roles/harbor/defaults/main.yaml index aaec7a5..16d77e1 100644 --- a/roles/harbor/defaults/main.yaml +++ b/roles/harbor/defaults/main.yaml @@ -119,7 +119,6 @@ harbor_default_values: username: "{{ harbor_db_username | default(omit) }}" password: "{{ harbor_db_password | default(omit) }}" coreDatabase: "harbor_registry" - clairDatabase: "harbor_clair" notaryServerDatabase: "harbor_notary_server" notarySignerDatabase: "harbor_notary_signer" @@ -142,16 +141,16 @@ harbor_readonly_ingress_definition: | http: paths: - backend: - serviceName: harbor-harbor-core + serviceName: harbor-core servicePort: 80 path: /v2 pathType: ImplementationSpecific - backend: - serviceName: harbor-harbor-core + serviceName: harbor-core servicePort: 80 path: /chartrepo - backend: - serviceName: harbor-harbor-core + serviceName: harbor-core servicePort: 80 path: /api pathType: ImplementationSpecific