try this instead
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: renovate
|
chart: renovate
|
||||||
version: 1.11.1
|
version: 1.11.2
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
@@ -41,9 +41,16 @@ spec:
|
|||||||
# You can set RENOVATE_AUTODISCOVER to true to run Renovate on all repos you have push access to
|
# You can set RENOVATE_AUTODISCOVER to true to run Renovate on all repos you have push access to
|
||||||
RENOVATE_AUTODISCOVER: 'false'
|
RENOVATE_AUTODISCOVER: 'false'
|
||||||
RENOVATE_TOKEN: '${GITHUB_PAT}'
|
RENOVATE_TOKEN: '${GITHUB_PAT}'
|
||||||
RENOVATE_CONFIG_FILE: /tmp/renovate/config.json
|
RENOVATE_CONFIG_FILE: /tmp/renovate/renovate-config.js
|
||||||
LOGLEVEL: debug
|
LOGLEVEL: debug
|
||||||
|
|
||||||
configmap:
|
configmap:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
configmap-vol:
|
||||||
|
enabled: true
|
||||||
|
type: configmap
|
||||||
|
objectName: renovate-config
|
||||||
|
expandObjectName: false
|
||||||
|
|||||||
Reference in New Issue
Block a user