9c30481823
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate) ([source](https://redirect.github.com/renovate/renovate)) | minor | `8e2d133` → `a1942f8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZW5vdmF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
73 lines
1.7 KiB
YAML
73 lines
1.7 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/renovate
|
|
pullPolicy: IfNotPresent
|
|
tag: 43.255.0@sha256:a1942f86d6f5a33a62e933d63500e9aa243b42f81b5a2d2ae5a906d4884c07e9
|
|
|
|
workload:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
type: CronJob
|
|
schedule: "0 0,6,12,18 * * *"
|
|
concurrencyPolicy: Forbid
|
|
failedJobsHistoryLimit: 2
|
|
parallelism: 1
|
|
activeDeadlineSeconds: 7200
|
|
podSpec:
|
|
restartPolicy: OnFailure
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
GITHUB_COM_TOKEN: '${GITHUB_PAT}'
|
|
# You can set RENOVATE_AUTODISCOVER to true to run Renovate on all repos you have push access to
|
|
RENOVATE_AUTODISCOVER: 'false'
|
|
RENOVATE_TOKEN: '${GITHUB_PAT}'
|
|
RENOVATE_CONFIG_FILE: /config/renovate-config.json
|
|
LOG_LEVEL: debug
|
|
RENOVATE_CACHE_DIR: /tmp/renovate/cache
|
|
|
|
configmap:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
renovate-config.json: |-
|
|
{
|
|
"repositories": ["trueforge-org/truecharts"],
|
|
"dryRun" : "full"
|
|
}
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
persistence:
|
|
renovate:
|
|
enabled: true
|
|
mountPath: /tmp/renovate
|
|
renovate-repos:
|
|
enabled: true
|
|
mountPath: /tmp/renovate/repos
|
|
renovate-cache:
|
|
enabled: true
|
|
mountPath: /tmp/renovate/cache
|
|
configmap-vol:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: config
|
|
defaultMode: "0777"
|
|
mountPath: /config/
|
|
items:
|
|
- key: renovate-config.json
|
|
path: renovate-config.json
|