Files
truecharts/charts/stable/renovate/values.yaml
T
TrueCharts Bot d703c766d4 feat(renovate): update image oci.trueforge.org/containerforge/renovate 43.252.8 → 43.253.2 (#49977)
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 |
`8180958` → `8e2d133` |

---

> [!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=-->
2026-07-07 12:26:14 +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.253.2@sha256:8e2d133c6a5d6730f9d15a9d50affc1026a3fd47483690cc066d8c6797decab7
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