Skip to content

Commit

Permalink
chore(bors): merge pull request #386
Browse files Browse the repository at this point in the history
386: Update `loki-stack` and set `health_check_targets: false`. r=niladrih a=reitermarkus

<!

Co-authored-by: Markus Reiter <[email protected]>
  • Loading branch information
mayastor-bors and reitermarkus committed Dec 22, 2023
2 parents 5795502 + b5c294d commit 2a93380
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
repository: https://jaegertracing.github.io/helm-charts
condition: base.jaeger.enabled
- name: loki-stack
version: 2.6.4
version: 2.9.11
repository: https://grafana.github.io/helm-charts
condition: loki-stack.enabled
- name: nats
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ helm install my-release openebs/mayastor
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | etcd | 8.6.0 |
| https://grafana.github.io/helm-charts | loki-stack | 2.6.4 |
| https://grafana.github.io/helm-charts | loki-stack | 2.9.11 |
| https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.25.0 |
| https://nats-io.github.io/k8s/helm/charts/ | nats | 0.19.14 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.5.0 |
Expand Down
3 changes: 3 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ loki-stack:
- __meta_kubernetes_pod_uid
- __meta_kubernetes_pod_container_name
target_label: __path__
# Ignore readiness check if no logs are found on nodes without Mayastor components.
extraServerConfigs: |-
health_check_target: false
# Eventing which enables or disables eventing-related components.
eventing:
Expand Down

0 comments on commit 2a93380

Please sign in to comment.