diff --git a/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml b/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml index df4b3971e..afb87b4df 100644 --- a/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml +++ b/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml @@ -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" diff --git a/prombench/manifests/prombench/benchmark/3c_promtail-bench_deployment.yaml b/prombench/manifests/prombench/benchmark/3c_promtail-bench_deployment.yaml index ca9edf605..49c72a680 100644 --- a/prombench/manifests/prombench/benchmark/3c_promtail-bench_deployment.yaml +++ b/prombench/manifests/prombench/benchmark/3c_promtail-bench_deployment.yaml @@ -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" @@ -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"