From dfd1895b2e1e66183690c6a5d66207d6e9a25843 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Mon, 13 Jul 2020 14:21:58 -0500
Subject: [PATCH] Manually add stable repository because apparently that's
 necessary

---
 helpers/helm_base.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/helm_base.yaml b/helpers/helm_base.yaml
index f9ff0ab..c48f92f 100644
--- a/helpers/helm_base.yaml
+++ b/helpers/helm_base.yaml
@@ -8,4 +8,5 @@
     - alias helm='docker run -t --rm -e HELM_EXPERIMENTAL_OCI="$HELM_EXPERIMENTAL_OCI" -v $(pwd):/apps -w /apps -v ~/.kube:/root/.kube -v ~/.helm:/root/.helm -v ~/.config/helm:/root/.config/helm -v ~/.cache/helm:/root/.cache/helm alpine/helm:3.2.3'
     - helm registry login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
     - alias kubectl='docker run -a stdout --rm -v $(pwd):/apps -w /apps alpine/k8s:1.18.2 kubectl'
-    - helm init
+    - helm repo add stable https://kubernetes-charts.storage.googleapis.com
+    - helm repo update
-- 
GitLab