Skip to content

Commit

Permalink
bump helm to 3.16.2 in CI and devcont
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Oct 31, 2024
1 parent 6b19ace commit 0b3bfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
USER vscode

# Install helm
ARG HELM_VERSION=3.14.4
ARG HELM_VERSION=3.16.2

RUN curl --fail -L -o /tmp/helm.tar.gz https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
sudo tar -zxvf /tmp/helm.tar.gz -C /usr/local/bin/ linux-amd64/helm --strip-components 1 && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
python3.10 -m pip install tox~=4.0.11
- name: Install Helm
env:
HELM_VERSION: "3.10.0"
HELM_VERSION: "3.16.2"
run: |
sudo curl -O https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz \
&& sudo tar -zxvf helm-v${HELM_VERSION}-linux-amd64.tar.gz \
Expand Down

0 comments on commit 0b3bfcc

Please sign in to comment.