From 47461e5daf7b24ad7a5ffa4ae06624843400587f Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 19 Dec 2023 11:33:05 -0800 Subject: [PATCH 1/2] bump helm to unstick latest prom helm chart --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c56ebe27e..f59caa451 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/ From 9d21844ea291a20fc2c2e7b25f771cd09099d4f8 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 19 Dec 2023 11:34:12 -0800 Subject: [PATCH 2/2] get all the helms --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f59caa451..d24d4cbf2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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