Parameters

The parent key for all of the following parameters is renovate.

namespace

type

string

default

syn-renovate

The namespace in which to deploy this component.

release_name

type

string

default

${_instance}

The Helm release name used for the Renovate deployment. By default, the Commodore meta-parameter parameters._instance is used. parameters._instance is set to the aliased name used for instantiation or the component name for non-aliased instances.

charts.renovate

type

string

default

See class/defaults.yml

The Helm chart version used for this component.

helm_values

type

dict

default
cronjob:
  suspend: true

All helm_values are passed to the Renovate Helm chart. The component doesn’t ship a default Renovate bot configuration. You must provide either helm_values.renovate.config or helm_values.renovate.existingConfigFile. For the supported self-hosted Renovate options, see the official Renovate self-hosted configuration docs. For the supported Helm chart values, see the official Renovate Helm chart documentation.

Example

namespace: example-namespace