Files
truecharts/charts/stable/renovate/values.yaml
T
TrueCharts BotandGitHub d3c4d128a5 chore(renovate): update image oci.trueforge.org/containerforge/renovate digest to 2f2227b (#45367)
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)) | digest |
`ecaa39f` → `2f2227b` |

---

> [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-21 19:13:53 +00:00

73 lines
1.7 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/renovate
pullPolicy: IfNotPresent
tag: 43.29.2@sha256:2f2227b9a03a7cd316c485517f2d0b8e68df303ba616b1a4dd64a38c363142b9
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