File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,10 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
6565RUN curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && mv /tmp/eksctl /bin
6666
6767# Install Helm
68- RUN curl -q -L "https://get.helm.sh/helm-v3.7 .0-linux-amd64.tar.gz" | tar zxf - -C /usr/local/bin/ \
68+ RUN curl -q -L "https://get.helm.sh/helm-v4.0 .0-linux-amd64.tar.gz" | tar zxf - -C /usr/local/bin/ \
6969 && mv /usr/local/bin/linux-amd64/helm /usr/local/bin/helm \
7070 && rm -r /usr/local/bin/linux-amd64 \
7171 && chmod +x /usr/local/bin/helm
72- # RUN curl -q -L "https://get.helm.sh/helm-v3.19.2-linux-amd64.tar.gz" | tar zxf - -C /usr/local/bin/ \
73- # && mv /usr/local/bin/linux-amd64/helm /usr/local/bin/helm \
74- # && rm -r /usr/local/bin/linux-amd64 \
75- # && chmod +x /usr/local/bin/helm
7672
7773ENV SERVICE_REPO_PATH=/$SERVICE-controller
7874COPY ./test/e2e/requirements.txt requirements.txt
You can’t perform that action at this time.
0 commit comments