Skip to content

Commit

Permalink
fix: try everything helm related
Browse files Browse the repository at this point in the history
  • Loading branch information
todpunk committed Jan 2, 2025
1 parent 1cc3443 commit d7c1d78
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ci/reactorcide-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7c1d78

Please sign in to comment.