Harbor
설치
helm repo add harbor https://helm.goharbor.io
helm repo update harbor \
&& helm search repo harbor/harbor -l | head -n 10
helm show values harbor/harbor \
--version 1.10.2 \
> harbor-values.yaml
helm upgrade harbor harbor/harbor \
--install \
--version 1.10.2 \
-n storage \
--history-max 3 \
-f harbor-values.yaml