Skip to content

Commit

Permalink
chore: version bump for Grafana, Loki, Promtail, Prometheus and Tempo (
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Nov 1, 2024
1 parent 87b999a commit 78d9f96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/grafana/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
subPath: dashboards
containers:
- name: grafana
image: docker.io/grafana/grafana:11.2.2
image: docker.io/grafana/grafana:11.3.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
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.2.0
image: docker.io/grafana/loki:3.2.1
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/loki/loki.yaml"
Expand Down
2 changes: 1 addition & 1 deletion deployment/prometheus/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
runAsNonRoot: true
containers:
- name: prometheus
image: docker.io/prom/prometheus:v2.54.1
image: docker.io/prom/prometheus:v2.55.0
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention.time=15d'
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.2.0
image: docker.io/grafana/promtail:3.2.1
imagePullPolicy: IfNotPresent
env:
- name: HOSTNAME
Expand Down
2 changes: 1 addition & 1 deletion deployment/tempo/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- args:
- -config.file=/conf/tempo.yaml
- -mem-ballast-size-mbs=1024
image: docker.io/grafana/tempo:2.6.0
image: docker.io/grafana/tempo:2.6.1
imagePullPolicy: IfNotPresent
name: tempo
ports:
Expand Down

0 comments on commit 78d9f96

Please sign in to comment.