update harbor to v2.3.3

This commit is contained in:
ace 2021-10-22 00:41:47 +03:00
parent f2ab39cc1c
commit 299eea26a8
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# MetalLB balancer # MetalLB balancer
metallb_version: 0.10.2 metallb_version: 0.10.3
# NFS provisioners # NFS provisioners
nfs_client_provisioner_hdd_version: 1.2.11 nfs_client_provisioner_hdd_version: 1.2.11
@ -42,7 +42,7 @@ gitea_dns_version: 5.4.7
gitea_version: 4.1.1 gitea_version: 4.1.1
# Docker and Helm chart registreis # Docker and Helm chart registreis
harbor_version: 1.5.6 harbor_version: 1.7.3
# Mastodon # Mastodon
mastodon_version: 3.4.1 mastodon_version: 3.4.1

View File

@ -119,7 +119,6 @@ harbor_default_values:
username: "{{ harbor_db_username | default(omit) }}" username: "{{ harbor_db_username | default(omit) }}"
password: "{{ harbor_db_password | default(omit) }}" password: "{{ harbor_db_password | default(omit) }}"
coreDatabase: "harbor_registry" coreDatabase: "harbor_registry"
clairDatabase: "harbor_clair"
notaryServerDatabase: "harbor_notary_server" notaryServerDatabase: "harbor_notary_server"
notarySignerDatabase: "harbor_notary_signer" notarySignerDatabase: "harbor_notary_signer"
@ -142,16 +141,16 @@ harbor_readonly_ingress_definition: |
http: http:
paths: paths:
- backend: - backend:
serviceName: harbor-harbor-core serviceName: harbor-core
servicePort: 80 servicePort: 80
path: /v2 path: /v2
pathType: ImplementationSpecific pathType: ImplementationSpecific
- backend: - backend:
serviceName: harbor-harbor-core serviceName: harbor-core
servicePort: 80 servicePort: 80
path: /chartrepo path: /chartrepo
- backend: - backend:
serviceName: harbor-harbor-core serviceName: harbor-core
servicePort: 80 servicePort: 80
path: /api path: /api
pathType: ImplementationSpecific pathType: ImplementationSpecific