From 6508726276748c5618ee1972bf14f018135be39c 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 --- deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e1e2f4e99..f83c28249 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