Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
a5b5810140
chore(deps): update helm chart kube-prometheus-stack to v65 2024-10-22 10:24:30 +00:00
41de211449 fix(navidrome): memory limit 2Gi 2024-10-21 11:46:31 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ apps:
- name: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 65.3.1
targetRevision: 65.3.2
secrets:
- name: grafana
keys:

View file

@ -71,4 +71,4 @@ resources:
cpu: 10m
memory: 50Mi
limits:
memory: 750Mi
memory: 2Gi