Skip to content

Commit d04d9e0

Browse files
committed
no need to install helm in run.sh
1 parent 8d890db commit d04d9e0

File tree

1 file changed

+0
-10
lines changed
  • src/integration-tests/bash

1 file changed

+0
-10
lines changed

src/integration-tests/bash/run.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -557,16 +557,6 @@ function setup_jenkins {
557557
docker build -t "${IMAGE_NAME_OPERATOR}:${IMAGE_TAG_OPERATOR}" --no-cache=true .
558558

559559
docker images
560-
561-
trace "Helm installation starts"
562-
wget -q -O /tmp/helm-v2.7.2-linux-amd64.tar.gz https://kubernetes-helm.storage.googleapis.com/helm-v2.7.2-linux-amd64.tar.gz
563-
mkdir /tmp/helm
564-
tar xzf /tmp/helm-v2.7.2-linux-amd64.tar.gz -C /tmp/helm
565-
chmod +x /tmp/helm/linux-amd64/helm
566-
/usr/local/packages/aime/ias/run_as_root "cp /tmp/helm/linux-amd64/helm /usr/bin/"
567-
rm -rf /tmp/helm
568-
helm init
569-
trace "Helm is configured."
570560
}
571561

572562
# setup_local is for arbitrary dev hosted linux - it assumes docker & k8s are already installed

0 commit comments

Comments
 (0)