Skip to content

Commit

Permalink
build: remove helm init from deploy.sh
Browse files Browse the repository at this point in the history
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 <madhupr007@gmail.com>
(cherry picked from commit 6508726)
  • Loading branch information
Madhu-1 authored and mergify[bot] committed May 3, 2021
1 parent 5864125 commit 47707b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 47707b7

Please sign in to comment.