Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Harbor
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Ansible
Playbooks
Harbor
Commits
4b9a417f
Verified
Commit
4b9a417f
authored
4 months ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade harbor to v2.13.0
parent
2e73b3da
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/main/templates/home/user/harbor/harbor.yml.j2
+11
-2
11 additions, 2 deletions
ansible/main/templates/home/user/harbor/harbor.yml.j2
ansible/main/vars/harbor.yaml
+2
-2
2 additions, 2 deletions
ansible/main/vars/harbor.yaml
with
13 additions
and
4 deletions
ansible/main/templates/home/user/harbor/harbor.yml.j2
+
11
−
2
View file @
4b9a417f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ansible/main/vars/harbor.yaml
+
2
−
2
View file @
4b9a417f
...
@@ -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.1
1
.0/harbor-online-installer-v2.1
1
.0.tgz
harbor_installer_url
:
https://github.com/goharbor/harbor/releases/download/v2.1
3
.0/harbor-online-installer-v2.1
3
.0.tgz
harbor_dest_file_name
:
harbor-online-installer-v2.1
1
.0.tgz
harbor_dest_file_name
:
harbor-online-installer-v2.1
3
.0.tgz
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment