Skip to content

Commit

Permalink
minor version bumps for Grafana, Loki, Promtail, Promethues and Tempo (
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Oct 29, 2023
1 parent 9b3703a commit 8937aa6
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 @@ -26,7 +26,7 @@ spec:
runAsUser: 65534
containers:
- name: grafana
image: docker.io/grafana/grafana:10.1.1
image: docker.io/grafana/grafana:10.2.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 @@ -29,7 +29,7 @@ spec:
runAsUser: 10001
containers:
- name: loki
image: docker.io/grafana/loki:2.9.0
image: docker.io/grafana/loki:2.9.2
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 @@ -22,7 +22,7 @@ spec:
runAsNonRoot: true
containers:
- name: prometheus
image: docker.io/prom/prometheus:v2.47.0
image: docker.io/prom/prometheus:v2.47.2
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention.time=24h'
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:2.9.0
image: docker.io/grafana/promtail:2.9.2
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/promtail/kubernetes-config.yaml
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: grafana/tempo:2.2.2
image: grafana/tempo:2.2.4
imagePullPolicy: IfNotPresent
name: tempo
ports:
Expand Down

0 comments on commit 8937aa6

Please sign in to comment.