- Kubernetes 1.19+
- Helm 3.2.0+
helm repo add stable https://charts.helm.sh/stable
helm repo update stable
| #!/bin/bash | |
| # 이동할 디렉토리 설정 | |
| source_dir="/volume/500GB_HDD/Downloads" | |
| # 파일 확인 및 이동 함수 | |
| move_files() { | |
| for file in "$1"/*; do | |
| if [ -d "$file" ]; then | |
| # 디렉토리인 경우 재귀 호출 |
helm repo add minio-official https://charts.min.io