Skip to content

Commit

Permalink
Merge pull request grafana#2121 from zaldnoay/fix_loki_compactor_address
Browse files Browse the repository at this point in the history
[loki-distributed] Fix compactor address without protocol schema
  • Loading branch information
zanhsieh authored Jan 27, 2023
2 parents 77ce4e0 + 3fa3418 commit 36a4d55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/loki-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: loki-distributed
description: Helm chart for Grafana Loki in microservices mode
type: application
appVersion: 2.7.1
version: 0.69.1
version: 0.69.2
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand Down
2 changes: 1 addition & 1 deletion charts/loki-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# loki-distributed

![Version: 0.69.1](https://img.shields.io/badge/Version-0.69.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
![Version: 0.69.2](https://img.shields.io/badge/Version-0.69.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)

Helm chart for Grafana Loki in microservices mode

Expand Down
2 changes: 1 addition & 1 deletion charts/loki-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ loki:
http_listen_port: 3100
common:
compactor_address: {{ include "loki.compactorFullname" . }}:3100
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
distributor:
ring:
Expand Down

0 comments on commit 36a4d55

Please sign in to comment.