move renovate cache mountpoint

This commit is contained in:
Kjeld Schouten
2025-02-08 13:09:46 +01:00
parent ee0895f304
commit 1b178e670e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/renovate
- https://hub.docker.com/r/renovate/renovate
type: application
version: 1.11.4
version: 1.11.5
+2 -1
View File
@@ -31,6 +31,7 @@ workload:
RENOVATE_TOKEN: '${GITHUB_PAT}'
RENOVATE_CONFIG_FILE: /config/renovate-config.js
LOG_LEVEL: debug
RENOVATE_CACHE_DIR: /tmp/renovate/cache
configmap:
config:
@@ -52,7 +53,7 @@ service:
persistence:
renovate-cache:
enabled: true
mountPath: /tmp/renovate
mountPath: /tmp/renovate/cache
configmap-vol:
enabled: true
type: configmap
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: renovate
version: 1.11.4
version: 1.11.5
sourceRef:
kind: HelmRepository
name: truecharts