Skip to content

Commit

Permalink
feat: minor version bump for grafana loki and promtail (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Feb 15, 2025
1 parent 757fbfa commit 2c8efe7
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 @@ -30,7 +30,7 @@ spec:
runAsUser: 10001
containers:
- name: loki
image: docker.io/grafana/loki:3.3.2
image: docker.io/grafana/loki:3.4.2
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:3.3.2
image: docker.io/grafana/promtail:3.4.2
imagePullPolicy: IfNotPresent
env:
- name: HOSTNAME
Expand Down

0 comments on commit 2c8efe7

Please sign in to comment.