Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use commands more gooder #14

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading