From c4307183bae2459a2b68b60b7409dea4600f42ae Mon Sep 17 00:00:00 2001 From: Said Sef <6002187+saidsef@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:34:30 +0100 Subject: [PATCH] feat: version bump lgtm stack components (#119) --- deployment/grafana/deployment.yml | 2 +- deployment/loki/statefulset.yml | 2 +- deployment/prometheus/deployment.yml | 2 +- deployment/promtail/daemonset.yml | 2 +- deployment/tempo/statefulset.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/grafana/deployment.yml b/deployment/grafana/deployment.yml index 915af5b..a3b8968 100644 --- a/deployment/grafana/deployment.yml +++ b/deployment/grafana/deployment.yml @@ -44,7 +44,7 @@ spec: subPath: dashboards containers: - name: grafana - image: docker.io/grafana/grafana:11.1.4 + image: docker.io/grafana/grafana:11.2.0 imagePullPolicy: IfNotPresent ports: - containerPort: 3000 diff --git a/deployment/loki/statefulset.yml b/deployment/loki/statefulset.yml index d14e124..20bc9f1 100644 --- a/deployment/loki/statefulset.yml +++ b/deployment/loki/statefulset.yml @@ -30,7 +30,7 @@ spec: runAsUser: 10001 containers: - name: loki - image: docker.io/grafana/loki:3.1.0 + image: docker.io/grafana/loki:3.1.1 imagePullPolicy: IfNotPresent args: - "-config.file=/etc/loki/loki.yaml" diff --git a/deployment/prometheus/deployment.yml b/deployment/prometheus/deployment.yml index 993a943..9fcc35e 100644 --- a/deployment/prometheus/deployment.yml +++ b/deployment/prometheus/deployment.yml @@ -25,7 +25,7 @@ spec: runAsNonRoot: true containers: - name: prometheus - image: docker.io/prom/prometheus:v2.53.1 + image: docker.io/prom/prometheus:v2.54.1 imagePullPolicy: IfNotPresent args: - '--storage.tsdb.retention.time=15d' diff --git a/deployment/promtail/daemonset.yml b/deployment/promtail/daemonset.yml index 61d39b4..73b3c0e 100644 --- a/deployment/promtail/daemonset.yml +++ b/deployment/promtail/daemonset.yml @@ -24,7 +24,7 @@ spec: automountServiceAccountToken: true containers: - name: promtail - image: docker.io/grafana/promtail:3.1.0 + image: docker.io/grafana/promtail:3.1.1 imagePullPolicy: IfNotPresent env: - name: HOSTNAME diff --git a/deployment/tempo/statefulset.yml b/deployment/tempo/statefulset.yml index 8f8e31f..5afdfe4 100644 --- a/deployment/tempo/statefulset.yml +++ b/deployment/tempo/statefulset.yml @@ -24,7 +24,7 @@ spec: - args: - -config.file=/conf/tempo.yaml - -mem-ballast-size-mbs=1024 - image: docker.io/grafana/tempo:2.5.0 + image: docker.io/grafana/tempo:2.6.0 imagePullPolicy: IfNotPresent name: tempo ports: