File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ deploy_monitoring: #set_cluster_context
112112 kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.58.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
113113 kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.58.0/example/prometheus-operator-crd/monitoring.coreos.com_thanosrulers.yaml
114114
115- helm repo add loki https://grafana.github.io/loki/ charts
115+ helm repo add grafana https://grafana.github.io/helm- charts
116116 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
117117 helm repo update
118118 -kubectl create namespace monitoring
119119
120- helm upgrade --install --atomic --timeout 600s loki loki /loki \
121- --version 2.1 .1 --namespace monitoring --values ../docs/values-files/values-loki.yaml
120+ helm upgrade --install --atomic --timeout 600s loki grafana /loki \
121+ --version 2.14 .1 --namespace monitoring --values ../docs/values-files/values-loki.yaml
122122
123123 helm upgrade --install --atomic --timeout 600s promtail loki/promtail \
124124 --version 2.0.2 --namespace monitoring --values values-promtail.yaml
You can’t perform that action at this time.
0 commit comments