Skip to content

Commit

Permalink
Merge pull request #5291 from shaneknapp/bump-helm-in-circleci
Browse files Browse the repository at this point in the history
[DH-26] bump helm to unstick latest prom helm chart
  • Loading branch information
shaneknapp authored Dec 19, 2023
2 parents 42064c4 + 9d21844 commit 18b1f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- run:
name: Install helm3
command: |
curl -L https://get.helm.sh/helm-v3.6.3-linux-amd64.tar.gz | \
curl -L https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz | \
tar -xzf -
mv linux-amd64/helm /usr/local/bin
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
- run:
name: Setup helm3
command: |
curl -L https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz | \
curl -L https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz | \
tar -xzf -
mv linux-amd64/helm /usr/local/bin
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
- run:
name: Setup helm3
command: |
curl -L https://get.helm.sh/helm-v3.6.3-linux-amd64.tar.gz | \
curl -L https://get.helm.sh/helm-v3.13.3-linux-amd64.tar.gz | \
tar -xzf -
mv linux-amd64/helm /usr/local/bin
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
Expand Down

0 comments on commit 18b1f22

Please sign in to comment.