diff --git a/.circleci/config.yml b/.circleci/config.yml index c56ebe27e..d24d4cbf2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/ @@ -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 @@ -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