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://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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user