From 76fb7f6441a00e559cb3fab7e0f5a94c9683cea4 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 1191647c8..d62042880 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