Skip to content

Commit

Permalink
latest helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Haishi2016 committed Nov 5, 2024
1 parent a61019e commit 0910da3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN \
&& apt-get update \
&& apt-get install -y openssl libssl-dev ca-certificates curl jq wget android-tools-adb \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
wget -O helm-v3.12.0-linux-arm64.tar.gz https://get.helm.sh/helm-v3.12.0-linux-arm64.tar.gz && \
tar -zxvf helm-v3.12.0-linux-arm64.tar.gz && \
wget -O helm-v3.16.2-linux-arm64.tar.gz https://get.helm.sh/helm-v3.16.2-linux-arm64.tar.gz && \
tar -zxvf helm-v3.16.2-linux-arm64.tar.gz && \
mv linux-arm64/helm /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm; \
else \
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile.poll-agent
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN \
&& apt-get update \
&& apt-get install -y openssl libssl-dev ca-certificates curl jq wget android-tools-adb \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
wget -O helm-v3.12.0-linux-arm64.tar.gz https://get.helm.sh/helm-v3.12.0-linux-arm64.tar.gz && \
tar -zxvf helm-v3.12.0-linux-arm64.tar.gz && \
wget -O helm-v3.16.2-linux-arm64.tar.gz https://get.helm.sh/helm-v3.16.2-linux-arm64.tar.gz && \
tar -zxvf helm-v3.16.2-linux-arm64.tar.gz && \
mv linux-arm64/helm /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm; \
else \
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile.sidecar
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN \
&& apt-get update \
&& apt-get install -y openssl libssl-dev ca-certificates curl jq wget android-tools-adb \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
wget -O helm-v3.12.0-linux-arm64.tar.gz https://get.helm.sh/helm-v3.12.0-linux-arm64.tar.gz && \
tar -zxvf helm-v3.12.0-linux-arm64.tar.gz && \
wget -O helm-v3.16.2-linux-arm64.tar.gz https://get.helm.sh/helm-v3.16.2-linux-arm64.tar.gz && \
tar -zxvf helm-v3.16.2-linux-arm64.tar.gz && \
mv linux-arm64/helm /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm; \
else \
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile.target-agent
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN \
&& apt-get update \
&& apt-get install -y openssl libssl-dev ca-certificates curl jq wget android-tools-adb \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
wget -O helm-v3.12.0-linux-arm64.tar.gz https://get.helm.sh/helm-v3.12.0-linux-arm64.tar.gz && \
tar -zxvf helm-v3.12.0-linux-arm64.tar.gz && \
wget -O helm-v3.16.2-linux-arm64.tar.gz https://get.helm.sh/helm-v3.16.2-linux-arm64.tar.gz && \
tar -zxvf helm-v3.16.2-linux-arm64.tar.gz && \
mv linux-arm64/helm /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm; \
else \
Expand Down

0 comments on commit 0910da3

Please sign in to comment.