helm show values ${차트명}
helm show values ${차트명} > values.yaml
helm install -f values.yaml ${사용자 지정 Release 이름} ${설치하려는 차트 이름}