Skip to content

Commit

Permalink
chore: services version bump (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Feb 23, 2024
1 parent 73ce3f9 commit 2f77cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/grafana/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
subPath: dashboards
containers:
- name: grafana
image: docker.io/grafana/grafana:10.3.1
image: docker.io/grafana/grafana:10.3.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
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.49.1
image: docker.io/prom/prometheus:v2.50.0
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention.time=15d'
Expand Down

0 comments on commit 2f77cf1

Please sign in to comment.