Skip to content

Commit

Permalink
update promtail to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Vandit Singh <[email protected]>
  • Loading branch information
Vandit1604 committed Sep 21, 2024
1 parent 796ac1e commit 53e77ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 242 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: grafana/promtail:3.0.0
image: grafana/promtail:3.2.0
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- test-pr-{{ .PR_NUMBER }}
containers:
- name: promtail
image: grafana/promtail:3.0.0
image: grafana/promtail:3.2.0
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"
Expand Down Expand Up @@ -187,7 +187,7 @@ spec:
- test-{{ normalise .RELEASE }}
containers:
- name: promtail
image: grafana/promtail:3.0.0
image: grafana/promtail:3.2.0
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"
Expand Down
239 changes: 0 additions & 239 deletions tools/load-generator/main.go

This file was deleted.

0 comments on commit 53e77ae

Please sign in to comment.