11
values.yaml 9.82 KiB
global:
# -- Additional labels to be set on all renovate resources
commonLabels: {}
# -- Override the name of the chart
nameOverride: ''
# -- Override the fully qualified app name
fullnameOverride: ''
cronjob:
# -- Schedules the job to run using cron notation
schedule: '0 1 * * *' # At 01:00 every day
# -- You can specify a time zone for a CronJob by setting timeZone to the name of a valid time zone. (starting with k8s 1.27) <https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones>
timeZone: '' # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for valid names
# -- If it is set to true, all subsequent executions are suspended. This setting does not apply to already started executions.
suspend: false
# -- Annotations to set on the cronjob
annotations: {}
# -- Labels to set on the cronjob
labels: {}
# -- "Allow" to allow concurrent runs, "Forbid" to skip new runs if a previous run is still running or "Replace" to replace the previous run
concurrencyPolicy: ''
# -- "Number of successful completions is reached to mark the job as complete"
completions: ''
# -- "Where the jobs should be NonIndexed or Indexed"
completionMode: ''
# -- Amount of failed jobs to keep in history
failedJobsHistoryLimit: ''
# -- Amount of completed jobs to keep in history
successfulJobsHistoryLimit: ''
# -- Set to Never to restart the job when the pod fails or to OnFailure to restart when a container fails
jobRestartPolicy: Never
# -- Time to keep the job after it finished before automatically deleting it
ttlSecondsAfterFinished: ''
# -- Deadline for the job to finish
activeDeadlineSeconds: ''
# -- Number of times to retry running the pod before considering the job as being failed
jobBackoffLimit: ''
# -- Deadline to start the job, skips execution if job misses it's configured deadline
startingDeadlineSeconds: ''
# -- Additional initContainers that can be executed before renovate
initContainers: []
# initContainers:
# - name: INIT_CONTAINER_NAME
# image: INIT_CONTAINER_IMAGE
# -- Number of pods to run in parallel
parallelism: ''
# -- Custom command to run in the container
commandOverride: []
# -- Custom arguments to run in the container
argsOverride: []
# -- Prepend shell commands before renovate runs
preCommand: ''
# preCommand: |
# echo hello
# echo world
# -- Append shell commands after renovate runs
postCommand: ''
# postCommand: |
# echo hello
# echo world
pod:
# -- Annotations to set on the pod
annotations: {}
# -- Labels to set on the pod
labels: {}
image: