From d7c1d7812fdbf1edabcddce82359a201192ea436 Mon Sep 17 00:00:00 2001 From: Tod Hansmann Date: Wed, 1 Jan 2025 17:01:02 -0700 Subject: [PATCH] fix: try everything helm related --- ci/reactorcide-job.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/ci/reactorcide-job.sh b/ci/reactorcide-job.sh index 5446b62..f398642 100755 --- a/ci/reactorcide-job.sh +++ b/ci/reactorcide-job.sh @@ -5,16 +5,15 @@ set -x mkdir -p .kube touch .kube/config -echo "home.todandlorna.com" -# echo "${CI_KUBECONFIG}" > .kube/config -# kubectl get pods -A +echo "${CI_KUBECONFIG}" > .kube/config +kubectl get pods -A -# kubectl apply ./argocd-app.yaml +kubectl apply ./argocd-app.yaml -# helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -# helm repo add catalyst-helm https://raw.githubusercontent.com/catalystcommunity/charts/main -# helm repo update +helm repo add prometheus-community https://prometheus-community.github.io/helm-charts +helm repo add catalyst-helm https://raw.githubusercontent.com/catalystcommunity/charts/main +helm repo update -# helm upgrade --install -f ./helm_values/prometheus.yaml prometheus-community/kube-prometheus-stack --version 67.5.0 +helm upgrade --install -f ./helm_values/prometheus.yaml prometheus-community/kube-prometheus-stack --version 67.5.0 -# helm upgrade --install -f ./helm_values/cluster-services.yaml catalyst-helm/platform-services --version 2.1.1 +helm upgrade --install -f ./helm_values/cluster-services.yaml catalyst-helm/platform-services --version 2.1.1