Official Site
https://github.com/goharbor/harbor-helm
Advice:
- Use branch 1.1.0.
- Must be access Portal UI from HTTPS, not allow HTTP.
- Harbor only supports Registry V2 API. You need to use Docker client 1.6.0 or higher.
[User Guide]https://github.com/goharbor/harbor/blob/master/docs/user_guide.md#pulling-and-pushing-images-using-docker-client
[搭建Harbor实战]https://www.dgstack.cn/archives/2185.html
Configration
Chart.yaml
1 | name: harbor |
values.yaml
1 | expose: |
Error
1 | [security.go:280]: can not get user information from session |
Solution: switch branch 1.1.0, the branch had been solved it.