Skip to content

renovate values.yaml📜

domain📜

Type: string

Default value
"dev.bigbang.mil"

Description: Big Bang Values

istio.enabled📜

Type: bool

Default value
false

istio.mtls.mode📜

Type: string

Default value
"STRICT"

Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic

istio.authorizationPolicies.enabled📜

Type: bool

Default value
false

networkPolicies.enabled📜

Type: bool

Default value
true

networkPolicies.egress.from.renovate.podSelector.matchLabels.”app.kubernetes.io/name”📜

Type: string

Default value
"upstream"

networkPolicies.egress.from.renovate.to.cidr.”0.0.0.0/0:443”📜

Type: bool

Default value
true

networkPolicies.additionalPolicies📜

Type: list

Default value
[]

upstream.image.registry📜

Type: string

Default value
"registry1.dso.mil"

Description: Repository to pull renovate image from

upstream.image.tag📜

Type: string

Default value
"43.31.7"

Description: Renovate image tag to pull

upstream.image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

Description: “IfNotPresent” to pull the image if no image with the specified tag exists on the node, “Always” to always pull the image or “Never” to try and use pre-pulled images

upstream.image.useFull📜

Type: bool

Default value
false

Description: Set true to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image

upstream.imagePullSecrets📜

Type: list

Default value
- name: private-registry

Description: Secret to use to pull the image from the repository