From 47707b79d9ce231a208eb9cf80644b6742bc9374 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 22 Apr 2021 11:14:13 +0530 Subject: [PATCH] build: remove helm init from deploy.sh from helm v3.x version there is no helm init command. Removing the helm init which was causing helm chart pushing issue in release and devel branch. Signed-off-by: Madhu Rajanna (cherry picked from commit 6508726276748c5618ee1972bf14f018135be39c) --- deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 2196bcf42..b3135e420 100755 --- a/deploy.sh +++ b/deploy.sh @@ -28,7 +28,6 @@ push_helm_charts() { mkdir -p "$CHARTDIR/csi-charts/docs/$PACKAGE" cp -R "./charts/ceph-csi-$PACKAGE" "$CHARTDIR/csi-charts/docs/$PACKAGE" pushd "$CHARTDIR/csi-charts/docs/$PACKAGE" >/dev/null - helm init --client-only helm package "ceph-csi-$PACKAGE" popd >/dev/null