Skip to content

Commit

Permalink
fix: use commands more gooder
Browse files Browse the repository at this point in the history
  • Loading branch information
todpunk committed Jan 2, 2025
1 parent d7c1d78 commit 6c421a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/reactorcide-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ touch .kube/config
echo "${CI_KUBECONFIG}" > .kube/config
kubectl get pods -A

kubectl apply ./argocd-app.yaml
kubectl apply -f ./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 upgrade --install -f ./helm_values/prometheus.yaml prometheus-community/kube-prometheus-stack --version 67.5.0
helm upgrade --install prometheus -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 cluster-services -f ./helm_values/cluster-services.yaml catalyst-helm/platform-services --version 2.1.1

0 comments on commit 6c421a6

Please sign in to comment.