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://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.4 version: 1.11.5
+2 -1
View File
@@ -31,6 +31,7 @@ workload:
RENOVATE_TOKEN: '${GITHUB_PAT}' RENOVATE_TOKEN: '${GITHUB_PAT}'
RENOVATE_CONFIG_FILE: /config/renovate-config.js RENOVATE_CONFIG_FILE: /config/renovate-config.js
LOG_LEVEL: debug LOG_LEVEL: debug
RENOVATE_CACHE_DIR: /tmp/renovate/cache
configmap: configmap:
config: config:
@@ -52,7 +53,7 @@ service:
persistence: persistence:
renovate-cache: renovate-cache:
enabled: true enabled: true
mountPath: /tmp/renovate mountPath: /tmp/renovate/cache
configmap-vol: configmap-vol:
enabled: true enabled: true
type: configmap type: configmap
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: renovate chart: renovate
version: 1.11.4 version: 1.11.5
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: truecharts