Skip to content

Commit e325947

Browse files
committed
update helm
1 parent 4332e3c commit e325947

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/canary/Dockerfile.canary

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,10 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
6565
RUN 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

7773
ENV SERVICE_REPO_PATH=/$SERVICE-controller
7874
COPY ./test/e2e/requirements.txt requirements.txt

0 commit comments

Comments
 (0)