Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bump for Grafana, Loki, Promtail, Prometheus and Tempo #123

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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