Skip to content

Commit

Permalink
Upgrade default loki-distributed version to 0.67.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivours committed May 3, 2024
1 parent 77e1330 commit a362a6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions helm-values/loki-distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ ingester:
- name: wal
mountPath: /data/loki/wal

# Configuration for the querier
querier:
extraVolumes:
- name: data
emptyDir: {}
extraVolumeMounts:
- name: data
mountPath: /data/loki

# Configuration for the index-gateway
indexGateway:
extraVolumes:
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ variable "helm_loki_enabled" {
}

variable "loki_chart_version" {
default = "0.48.3"
default = "0.67.2"
}

variable "loki_priority_class_name" {
Expand Down

0 comments on commit a362a6d

Please sign in to comment.