update helm repo

This commit is contained in:
Sergey Dudoladov 2020-10-15 09:24:31 +02:00
parent 59a1930552
commit 8cddc148f2
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ function set_kind_api_server_ip(){
function deploy_minio(){
echo "Deploying MinIO object storage..."
/tmp/helm-postgres-operator-e2e-tests/helm repo update
/tmp/helm-postgres-operator-e2e-tests/helm install --generate-name minio/minio
}