This commit is contained in:
@@ -45,17 +45,18 @@ harbor:
|
||||
image:
|
||||
repository: goharbor/harbor-core
|
||||
tag: v2.13.1
|
||||
replicas: 3
|
||||
# existingSecret: harbor-secret
|
||||
replicas: 2
|
||||
existingSecret: harbor-secret
|
||||
secretName: harbor-secret
|
||||
existingXsrfSecret: harbor-secret
|
||||
jobservice:
|
||||
image:
|
||||
repository: goharbor/harbor-jobservice
|
||||
tag: v2.13.1
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
jobLoggers:
|
||||
- stdout
|
||||
# existingSecret: harbor-secret
|
||||
# existingSecretKey: JOBSERVICE_SECRET
|
||||
existingSecret: harbor-secret
|
||||
registry:
|
||||
registry:
|
||||
image:
|
||||
@@ -65,16 +66,10 @@ harbor:
|
||||
image:
|
||||
repository: goharbor/harbor-registryctl
|
||||
tag: v2.13.1
|
||||
# existingSecret: harbor-secret
|
||||
# existingSecretKey: REGISTRY_HTTP_SECRET
|
||||
# relativeurls: true
|
||||
# credentials:
|
||||
# existingSecret: harbor-secret
|
||||
# upload_purging:
|
||||
# enabled: true
|
||||
# age: 168h
|
||||
# interval: 24h
|
||||
# dryrun: false
|
||||
existingSecret: harbor-secret
|
||||
relativeurls: true
|
||||
credentials:
|
||||
existingSecret: harbor-secret
|
||||
trivy:
|
||||
enabled: true
|
||||
database:
|
||||
|
Reference in New Issue
Block a user