Skip to content

Commit 85bb0b1

Browse files
bump: Upgrade loki to chart 2.14.1
1 parent 54c2d2c commit 85bb0b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.do/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)