Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot 44acf5c200 feat(helm): update chart redis to 20.2.1 2024-10-15 16:09:52 +00:00
SeanOMik 12d5e6f29b
fix(radarr): remove invalid character 2024-10-14 21:41:38 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: redis chart: redis
version: 20.1.x version: 20.2.x
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bitnami-charts name: bitnami-charts

View File

@ -68,7 +68,7 @@ spec:
requests: requests:
memory: 100Mi memory: 100Mi
limits: limits:
memory: $gi memory: 4gi
exportarr: exportarr:
image: image:

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: redis chart: redis
version: 20.1.6 version: 20.2.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bitnami-charts name: bitnami-charts