Skip to content

Commit

Permalink
update promtail version to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Vandit Singh <[email protected]>
  • Loading branch information
Vandit1604 committed Sep 20, 2024
1 parent 1b24d3d commit 6da6f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 6da6f04

Please sign in to comment.