chore(removate): more pvcs

This commit is contained in:
Kjeld Schouten
2025-02-08 18:38:41 +01:00
parent eb234c080e
commit a02cf9273a
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate - https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
- https://hub.docker.com/r/renovate/renovate - https://hub.docker.com/r/renovate/renovate
type: application type: application
version: 1.11.7 version: 1.11.8
+6
View File
@@ -51,6 +51,12 @@ service:
enabled: false enabled: false
persistence: persistence:
renovate:
enabled: true
mountPath: /tmp/renovate
renovate-repos:
enabled: true
mountPath: /tmp/renovate/repos
renovate-cache: renovate-cache:
enabled: true enabled: true
mountPath: /tmp/renovate/cache mountPath: /tmp/renovate/cache
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: renovate chart: renovate
version: 1.11.7 version: 1.11.8
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: truecharts