move renovate cache mountpoint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user