update harbor to v2.3.3
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user