Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
harbor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
harbor
Commits
7d41e5ec
Commit
7d41e5ec
authored
Sep 30, 2021
by
舒成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a06d036a
Changes
96
Show whitespace changes
Inline
Side-by-side
Showing
96 changed files
with
8772 additions
and
8772 deletions
+8772
-8772
.beagle.yml
.beagle.yml
+82
-82
.github/workflows/integration.yaml
.github/workflows/integration.yaml
+57
-57
.github/workflows/lint.yaml
.github/workflows/lint.yaml
+45
-45
.github/workflows/unittest.yaml
.github/workflows/unittest.yaml
+35
-35
.gitignore
.gitignore
+1
-1
.helmignore
.helmignore
+11
-11
CONTRIBUTING.md
CONTRIBUTING.md
+13
-13
Chart.yaml
Chart.yaml
+22
-22
Deploy.md
Deploy.md
+106
-106
LICENSE
LICENSE
+201
-201
REAME.md
REAME.md
+354
-354
ansible/images.yaml
ansible/images.yaml
+26
-26
cert/tls.crt
cert/tls.crt
+28
-28
cert/tls.key
cert/tls.key
+51
-51
conf/clair.yaml
conf/clair.yaml
+16
-16
conf/notary-server.json
conf/notary-server.json
+27
-27
conf/notary-signer.json
conf/notary-signer.json
+14
-14
docs/High Availability.md
docs/High Availability.md
+78
-78
docs/Upgrade.md
docs/Upgrade.md
+67
-67
docs/_index.md
docs/_index.md
+5
-5
raws/values-aliyun.yaml
raws/values-aliyun.yaml
+158
-158
raws/values-arm.yaml
raws/values-arm.yaml
+158
-158
raws/values-pg.yaml
raws/values-pg.yaml
+157
-157
raws/values-ppc64le.yaml
raws/values-ppc64le.yaml
+158
-158
raws/values-stolon.yaml
raws/values-stolon.yaml
+142
-142
raws/values.yaml
raws/values.yaml
+746
-746
templates/NOTES.txt
templates/NOTES.txt
+3
-3
templates/_helpers.tpl
templates/_helpers.tpl
+597
-597
templates/chartmuseum/chartmuseum-cm.yaml
templates/chartmuseum/chartmuseum-cm.yaml
+113
-113
templates/chartmuseum/chartmuseum-dpl.yaml
templates/chartmuseum/chartmuseum-dpl.yaml
+169
-169
templates/chartmuseum/chartmuseum-pvc.yaml
templates/chartmuseum/chartmuseum-pvc.yaml
+31
-31
templates/chartmuseum/chartmuseum-secret.yaml
templates/chartmuseum/chartmuseum-secret.yaml
+25
-25
templates/chartmuseum/chartmuseum-svc.yaml
templates/chartmuseum/chartmuseum-svc.yaml
+14
-14
templates/chartmuseum/chartmuseum-tls.yaml
templates/chartmuseum/chartmuseum-tls.yaml
+15
-15
templates/clair/clair-dpl.yaml
templates/clair/clair-dpl.yaml
+174
-174
templates/clair/clair-secret.yaml
templates/clair/clair-secret.yaml
+12
-12
templates/clair/clair-svc.yaml
templates/clair/clair-svc.yaml
+15
-15
templates/clair/clair-tls.yaml
templates/clair/clair-tls.yaml
+14
-14
templates/core/core-cm.yaml
templates/core/core-cm.yaml
+58
-58
templates/core/core-dpl.yaml
templates/core/core-dpl.yaml
+193
-193
templates/core/core-secret.yaml
templates/core/core-secret.yaml
+18
-18
templates/core/core-svc.yaml
templates/core/core-svc.yaml
+16
-16
templates/core/core-tls.yaml
templates/core/core-tls.yaml
+14
-14
templates/database/database-secret.yaml
templates/database/database-secret.yaml
+11
-11
templates/database/database-ss.yaml
templates/database/database-ss.yaml
+135
-135
templates/database/database-svc.yaml
templates/database/database-svc.yaml
+13
-13
templates/ingress/ingress.yaml
templates/ingress/ingress.yaml
+134
-134
templates/ingress/ingresshost.yaml
templates/ingress/ingresshost.yaml
+28
-28
templates/ingress/ingressroute.yaml
templates/ingress/ingressroute.yaml
+106
-106
templates/ingress/middleware.yaml
templates/ingress/middleware.yaml
+9
-9
templates/ingress/secret.yaml
templates/ingress/secret.yaml
+14
-14
templates/internal/auto-tls.yaml
templates/internal/auto-tls.yaml
+114
-114
templates/jobservice/jobservice-cm-env.yaml
templates/jobservice/jobservice-cm-env.yaml
+17
-17
templates/jobservice/jobservice-cm.yaml
templates/jobservice/jobservice-cm.yaml
+45
-45
templates/jobservice/jobservice-dpl.yaml
templates/jobservice/jobservice-dpl.yaml
+140
-140
templates/jobservice/jobservice-pvc.yaml
templates/jobservice/jobservice-pvc.yaml
+28
-28
templates/jobservice/jobservice-secrets.yaml
templates/jobservice/jobservice-secrets.yaml
+10
-10
templates/jobservice/jobservice-svc.yaml
templates/jobservice/jobservice-svc.yaml
+13
-13
templates/jobservice/jobservice-tls.yaml
templates/jobservice/jobservice-tls.yaml
+14
-14
templates/nginx/configmap-http.yaml
templates/nginx/configmap-http.yaml
+150
-150
templates/nginx/configmap-https.yaml
templates/nginx/configmap-https.yaml
+221
-221
templates/nginx/deployment.yaml
templates/nginx/deployment.yaml
+107
-107
templates/nginx/secret.yaml
templates/nginx/secret.yaml
+22
-22
templates/nginx/service.yaml
templates/nginx/service.yaml
+92
-92
templates/notary/notary-secret.yaml
templates/notary/notary-secret.yaml
+20
-20
templates/notary/notary-server.yaml
templates/notary/notary-server.yaml
+93
-93
templates/notary/notary-signer.yaml
templates/notary/notary-signer.yaml
+84
-84
templates/notary/notary-svc.yaml
templates/notary/notary-svc.yaml
+30
-30
templates/portal/configmap.yaml
templates/portal/configmap.yaml
+50
-50
templates/portal/deployment.yaml
templates/portal/deployment.yaml
+92
-92
templates/portal/service.yaml
templates/portal/service.yaml
+13
-13
templates/portal/tls.yaml
templates/portal/tls.yaml
+15
-15
templates/redis/service.yaml
templates/redis/service.yaml
+13
-13
templates/redis/statefulset.yaml
templates/redis/statefulset.yaml
+103
-103
templates/registry/registry-cm.yaml
templates/registry/registry-cm.yaml
+224
-224
templates/registry/registry-dpl.yaml
templates/registry/registry-dpl.yaml
+280
-280
templates/registry/registry-pvc.yaml
templates/registry/registry-pvc.yaml
+28
-28
templates/registry/registry-secret.yaml
templates/registry/registry-secret.yaml
+35
-35
templates/registry/registry-svc.yaml
templates/registry/registry-svc.yaml
+14
-14
templates/registry/registry-tls.yaml
templates/registry/registry-tls.yaml
+14
-14
templates/trivy/trivy-secret.yaml
templates/trivy/trivy-secret.yaml
+12
-12
templates/trivy/trivy-sts.yaml
templates/trivy/trivy-sts.yaml
+198
-198
templates/trivy/trivy-svc.yaml
templates/trivy/trivy-svc.yaml
+16
-16
templates/trivy/trivy-tls.yaml
templates/trivy/trivy-tls.yaml
+15
-15
test/go.mod
test/go.mod
+9
-9
test/go.sum
test/go.sum
+572
-572
test/install_helm.sh
test/install_helm.sh
+23
-23
test/integration/base.go
test/integration/base.go
+145
-145
test/integration/ingress_test.go
test/integration/ingress_test.go
+28
-28
test/integration/kind-cluster.yaml
test/integration/kind-cluster.yaml
+20
-20
test/integration/node_port_test.go
test/integration/node_port_test.go
+28
-28
test/test.go
test/test.go
+1
-1
test/unittest/trivy_stateful_set_test.go
test/unittest/trivy_stateful_set_test.go
+171
-171
test/verify.sh
test/verify.sh
+7
-7
values-operator.yaml
values-operator.yaml
+4
-4
values.yaml
values.yaml
+753
-753
No files found.
.beagle.yml
View file @
7d41e5ec
.github/workflows/integration.yaml
View file @
7d41e5ec
.github/workflows/lint.yaml
View file @
7d41e5ec
.github/workflows/unittest.yaml
View file @
7d41e5ec
.gitignore
View file @
7d41e5ec
.helmignore
View file @
7d41e5ec
CONTRIBUTING.md
View file @
7d41e5ec
Chart.yaml
View file @
7d41e5ec
Deploy.md
View file @
7d41e5ec
LICENSE
View file @
7d41e5ec
REAME.md
View file @
7d41e5ec
ansible/images.yaml
View file @
7d41e5ec
cert/tls.crt
View file @
7d41e5ec
cert/tls.key
View file @
7d41e5ec
conf/clair.yaml
View file @
7d41e5ec
conf/notary-server.json
View file @
7d41e5ec
conf/notary-signer.json
View file @
7d41e5ec
docs/High Availability.md
View file @
7d41e5ec
docs/Upgrade.md
View file @
7d41e5ec
docs/_index.md
View file @
7d41e5ec
raws/values-aliyun.yaml
View file @
7d41e5ec
raws/values-arm.yaml
View file @
7d41e5ec
raws/values-pg.yaml
View file @
7d41e5ec
raws/values-ppc64le.yaml
View file @
7d41e5ec
raws/values-stolon.yaml
View file @
7d41e5ec
raws/values.yaml
View file @
7d41e5ec
templates/NOTES.txt
View file @
7d41e5ec
templates/_helpers.tpl
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-cm.yaml
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-dpl.yaml
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-pvc.yaml
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-secret.yaml
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-svc.yaml
View file @
7d41e5ec
templates/chartmuseum/chartmuseum-tls.yaml
View file @
7d41e5ec
templates/clair/clair-dpl.yaml
View file @
7d41e5ec
templates/clair/clair-secret.yaml
View file @
7d41e5ec
templates/clair/clair-svc.yaml
View file @
7d41e5ec
templates/clair/clair-tls.yaml
View file @
7d41e5ec
templates/core/core-cm.yaml
View file @
7d41e5ec
templates/core/core-dpl.yaml
View file @
7d41e5ec
templates/core/core-secret.yaml
View file @
7d41e5ec
templates/core/core-svc.yaml
View file @
7d41e5ec
templates/core/core-tls.yaml
View file @
7d41e5ec
templates/database/database-secret.yaml
View file @
7d41e5ec
templates/database/database-ss.yaml
View file @
7d41e5ec
templates/database/database-svc.yaml
View file @
7d41e5ec
templates/ingress/ingress.yaml
View file @
7d41e5ec
templates/ingress/ingresshost.yaml
View file @
7d41e5ec
templates/ingress/ingressroute.yaml
View file @
7d41e5ec
templates/ingress/middleware.yaml
View file @
7d41e5ec
templates/ingress/secret.yaml
View file @
7d41e5ec
templates/internal/auto-tls.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-cm-env.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-cm.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-dpl.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-pvc.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-secrets.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-svc.yaml
View file @
7d41e5ec
templates/jobservice/jobservice-tls.yaml
View file @
7d41e5ec
templates/nginx/configmap-http.yaml
View file @
7d41e5ec
templates/nginx/configmap-https.yaml
View file @
7d41e5ec
templates/nginx/deployment.yaml
View file @
7d41e5ec
templates/nginx/secret.yaml
View file @
7d41e5ec
templates/nginx/service.yaml
View file @
7d41e5ec
templates/notary/notary-secret.yaml
View file @
7d41e5ec
templates/notary/notary-server.yaml
View file @
7d41e5ec
templates/notary/notary-signer.yaml
View file @
7d41e5ec
templates/notary/notary-svc.yaml
View file @
7d41e5ec
templates/portal/configmap.yaml
View file @
7d41e5ec
templates/portal/deployment.yaml
View file @
7d41e5ec
templates/portal/service.yaml
View file @
7d41e5ec
templates/portal/tls.yaml
View file @
7d41e5ec
templates/redis/service.yaml
View file @
7d41e5ec
templates/redis/statefulset.yaml
View file @
7d41e5ec
templates/registry/registry-cm.yaml
View file @
7d41e5ec
templates/registry/registry-dpl.yaml
View file @
7d41e5ec
templates/registry/registry-pvc.yaml
View file @
7d41e5ec
templates/registry/registry-secret.yaml
View file @
7d41e5ec
templates/registry/registry-svc.yaml
View file @
7d41e5ec
templates/registry/registry-tls.yaml
View file @
7d41e5ec
templates/trivy/trivy-secret.yaml
View file @
7d41e5ec
templates/trivy/trivy-sts.yaml
View file @
7d41e5ec
templates/trivy/trivy-svc.yaml
View file @
7d41e5ec
templates/trivy/trivy-tls.yaml
View file @
7d41e5ec
test/go.mod
View file @
7d41e5ec
test/go.sum
View file @
7d41e5ec
test/install_helm.sh
View file @
7d41e5ec
test/integration/base.go
View file @
7d41e5ec
test/integration/ingress_test.go
View file @
7d41e5ec
test/integration/kind-cluster.yaml
View file @
7d41e5ec
test/integration/node_port_test.go
View file @
7d41e5ec
test/test.go
View file @
7d41e5ec
test/unittest/trivy_stateful_set_test.go
View file @
7d41e5ec
test/verify.sh
View file @
7d41e5ec
values-operator.yaml
View file @
7d41e5ec
values.yaml
View file @
7d41e5ec
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment