Skip to content

Commit

Permalink
chore: version bump for Grafana services (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Dec 28, 2024
1 parent f81b3b9 commit 32b4b6c
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.3.1
image: docker.io/grafana/grafana:11.4.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.1
image: docker.io/grafana/loki:3.3.0
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/loki/loki.yaml"
Expand Down
2 changes: 1 addition & 1 deletion deployment/mimir/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- '-store-gateway.sharding-ring.replication-factor=1'
- '-ingester.out-of-order-time-window=5m'
- '-blocks-storage.bucket-store.ignore-blocks-within=0s'
image: grafana/mimir:2.14.1
image: grafana/mimir:2.14.2
imagePullPolicy: IfNotPresent
name: mimir
ports:
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.1
image: docker.io/grafana/promtail:3.3.0
imagePullPolicy: IfNotPresent
env:
- name: HOSTNAME
Expand Down
2 changes: 1 addition & 1 deletion deployment/pyroscope/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
runAsUser: 10001
containers:
- name: pyroscope
image: docker.io/grafana/pyroscope:1.10.0
image: docker.io/grafana/pyroscope:1.11.0
imagePullPolicy: IfNotPresent
args:
- "-target=all"
Expand Down

0 comments on commit 32b4b6c

Please sign in to comment.