harbor-helm
Installation
SKILL.md
Harbor Helm Chart
Source: https://helm.goharbor.io. Latest chart version: 1.19.1 (app version 2.15.1). Images: all v2.15.1 (core, portal, jobservice, registry, trivy, nginx, log, database, redis, exporter).
Quick Install
helm repo add harbor https://helm.goharbor.io
helm repo update
helm install harbor harbor/harbor \
--namespace harbor \
--create-namespace \
--set expose.tls.auto.commonName=harbor.example.com \
--set externalURL=https://harbor.example.com \
--set harborAdminPassword=admin123