# Default values for renovate. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: repository: docker.io/renovate/renovate pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 cronjob: # At 01:00 every day schedule: '*/5 * * * *' concurrencyPolicy: '' failedJobsHistoryLimit: '' successfulJobsHistoryLimit: '' renovate: env: {} # LOG_LEVEL # Define the log level of renovate # LOG_LEVEL: "" # RENOVATE_AUTODISCOVER # You can set RENOVATE_AUTODISCOVER to true to run Renovate on all repos you # have push access to. Alternatively can this property also be defined via # config.json file. # https://docs.renovatebot.com/self-hosted-configuration/#autodiscover # RENOVATE_ENDPOINT # Custom endpoint. Mostly path to the API of the SCM software. Alternatively # can this property also be defined via config.json file. # https://docs.renovatebot.com/self-hosted-configuration/#endpoint # RENOVATE_ENDPOINT: "" # RENOVATE_GIT_AUTHOR # Name and email adress for the renovate bot. Alternatively can this # property also be defined via config.json file. # RENOVATE_GIT_AUTHOR: "Firstname Lastname