Skip to content

Commit

Permalink
Version bump for Grafana Promtail and Loki image tags in Kubernetes m…
Browse files Browse the repository at this point in the history
…anifest (#36)
  • Loading branch information
saidsef authored Jul 26, 2023
1 parent 6ea2513 commit 8833fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/loki/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
runAsUser: 10001
containers:
- name: loki
image: docker.io/grafana/loki:2.8.2
image: docker.io/grafana/loki:2.8.3
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/loki/loki.yaml"
Expand Down
2 changes: 1 addition & 1 deletion deployment/promtail/daemonset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: promtail
image: docker.io/grafana/promtail:2.8.2
image: docker.io/grafana/promtail:2.8.3
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/promtail/kubernetes-config.yaml
Expand Down

0 comments on commit 8833fb0

Please sign in to comment.