Skip to content
Snippets Groups Projects
Verified Commit 4b9a417f authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Upgrade harbor to v2.13.0

parent 2e73b3da
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,7 @@ harbor_admin_password: "{{ HARBOR_INIT_PASSWORD }}" ...@@ -49,8 +49,7 @@ harbor_admin_password: "{{ HARBOR_INIT_PASSWORD }}"
# Harbor DB configuration # Harbor DB configuration
database: database:
# The password for the root user of Harbor DB. Change this before any production use. # The password for the user('postgres' by default) of Harbor DB. Change this before any production use. password: "{{ DB_PASSWORD }}"
password: "{{ DB_PASSWORD }}"
# The maximum number of connections in the idle connection pool. If it <=0, no idle connections are retained. # The maximum number of connections in the idle connection pool. If it <=0, no idle connections are retained.
max_idle_conns: 100 max_idle_conns: 100
# The maximum number of open connections to the database. If it <= 0, then there is no limit on the number of open connections. # The maximum number of open connections to the database. If it <= 0, then there is no limit on the number of open connections.
...@@ -136,6 +135,8 @@ trivy: ...@@ -136,6 +135,8 @@ trivy:
jobservice: jobservice:
# Maximum number of job workers in job service # Maximum number of job workers in job service
max_job_workers: 10 max_job_workers: 10
# Maximum hours of task duration in job service, default 24
max_job_duration_hours: 24
# The jobLoggers backend name, only support "STD_OUTPUT", "FILE" and/or "DB" # The jobLoggers backend name, only support "STD_OUTPUT", "FILE" and/or "DB"
job_loggers: job_loggers:
- STD_OUTPUT - STD_OUTPUT
...@@ -214,6 +215,14 @@ _version: 2.9.1 ...@@ -214,6 +215,14 @@ _version: 2.9.1
# # username: # # username:
# # sentinel_master_set must be set to support redis+sentinel # # sentinel_master_set must be set to support redis+sentinel
# #sentinel_master_set: # #sentinel_master_set:
# # tls configuration for redis connection
# # only server-authentication is supported
# # mtls for redis connection is not supported
# # tls connection will be disable by default
# tlsOptions:
# enable: false
# # if it is a self-signed ca, please set the ca path specifically.
# rootCA:
# # db_index 0 is for core, it's unchangeable # # db_index 0 is for core, it's unchangeable
# registry_db_index: 1 # registry_db_index: 1
# jobservice_db_index: 2 # jobservice_db_index: 2
......
...@@ -61,5 +61,5 @@ sites: ...@@ -61,5 +61,5 @@ sites:
maintenance: no maintenance: no
maintenance_text: "Under Maintenance!" maintenance_text: "Under Maintenance!"
harbor_installer_url: https://github.com/goharbor/harbor/releases/download/v2.11.0/harbor-online-installer-v2.11.0.tgz harbor_installer_url: https://github.com/goharbor/harbor/releases/download/v2.13.0/harbor-online-installer-v2.13.0.tgz
harbor_dest_file_name: harbor-online-installer-v2.11.0.tgz harbor_dest_file_name: harbor-online-installer-v2.13.0.tgz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment