Skip to content

Commit

Permalink
Merge pull request #882 from azuwis/main
Browse files Browse the repository at this point in the history
[loki] Fix double rule evaluation
  • Loading branch information
zanhsieh committed Jan 7, 2022
2 parents 639fa1c + b492626 commit 9c1caeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/loki/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki
version: 2.8.4
version: 2.8.5
appVersion: v2.4.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 1 addition & 1 deletion charts/loki/templates/statefulset.yaml
Expand Up @@ -73,7 +73,7 @@ spec:
- name: scratch
mountPath: /tmp/scratch
- name: rules
mountPath: /rules
mountPath: /rules/fake
{{- end }}
ports:
- name: http-metrics
Expand Down

0 comments on commit 9c1caeb

Please sign in to comment.