Files
truecharts/charts/stable/mend-renovate/values.yaml
T
TrueCharts BotandGitHub 4b7b833ff0 chore(helm): update image ghcr.io/mend/renovate-ce 9.8.0 → 9.9.0 (#34623)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee)
| minor | `74137d2` -> `984e546` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mend/renovate-ce-ee (ghcr.io/mend/renovate-ce)</summary>

###
[`v9.9.0`](https://redirect.github.com/mend/renovate-ce-ee/releases/tag/9.9.0)

[Compare
Source](https://redirect.github.com/mend/renovate-ce-ee/compare/9.8.0...9.9.0)

#### Application changes

-   Renovate CLI: Update from `39.227.3` to `39.238.0`
-
[Docs](https://redirect.github.com/renovatebot/renovate/releases/download/39.238.0/docs.tgz)
- [Full change
log](https://octochangelog.com/compare?repo=renovatebot%2Frenovate\&from=39.227.3\&to=39.238.0)
-   refactor: convert app project from CommonJS to ESM
-   fix: remove /opt/containerbase from the cleanup dirs
-   chore: update deps

#### Docs and Helm Charts

- docs: update to Renovate Enterprise docker compose file by
[@&#8203;justo-mend](https://redirect.github.com/justo-mend) in
[https://github.com/mend/renovate-ce-ee/pull/686](https://redirect.github.com/mend/renovate-ce-ee/pull/686)
- docs: reformated Reporting API enabling instructions by
[@&#8203;justo-mend](https://redirect.github.com/justo-mend) in
[https://github.com/mend/renovate-ce-ee/pull/687](https://redirect.github.com/mend/renovate-ce-ee/pull/687)
- feat: add initContainers to charts by
[@&#8203;ilya-sonich](https://redirect.github.com/ilya-sonich) in
[https://github.com/mend/renovate-ce-ee/pull/685](https://redirect.github.com/mend/renovate-ce-ee/pull/685)
- feat: add extra ConfigMap support for file mounts and env by
[@&#8203;Gabriel-Ladzaretti](https://redirect.github.com/Gabriel-Ladzaretti)
in
[https://github.com/mend/renovate-ce-ee/pull/689](https://redirect.github.com/mend/renovate-ce-ee/pull/689)
- feat: make renovate cache volume optional by
[@&#8203;Gabriel-Ladzaretti](https://redirect.github.com/Gabriel-Ladzaretti)
in
[https://github.com/mend/renovate-ce-ee/pull/693](https://redirect.github.com/mend/renovate-ce-ee/pull/693)
- chore(deps): update nginx docker tag to v1.27.5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mend/renovate-ce-ee/pull/690](https://redirect.github.com/mend/renovate-ce-ee/pull/690)
- chore(deps): update update mend renovate docker images to v9.9.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mend/renovate-ce-ee/pull/694](https://redirect.github.com/mend/renovate-ce-ee/pull/694)

#### New Contributors

- [@&#8203;ilya-sonich](https://redirect.github.com/ilya-sonich) made
their first contribution in
[https://github.com/mend/renovate-ce-ee/pull/685](https://redirect.github.com/mend/renovate-ce-ee/pull/685)

**Full Changelog**:
https://github.com/mend/renovate-ce-ee/compare/9.8.0...9.9.0

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-21 20:17:06 +02:00

33 lines
1.1 KiB
YAML

image:
repository: ghcr.io/mend/renovate-ce
pullPolicy: IfNotPresent
tag: 9.9.0@sha256:984e546b55f34be561d9a067f45ea9e21c077860a94735c5703fc11557f62ee9
workload:
main:
podSpec:
containers:
main:
env:
# Accept TOS required
MEND_RNV_ACCEPT_TOS: n
# unregistered public license key
MEND_RNV_LICENSE_KEY: eyJsaW1pdCI6IjEwIn0=.30440220457941b71ea8eb345c729031718b692169f0ce2cf020095fd328812f4d7d5bc1022022648d1a29e71d486f89f27bdc8754dfd6df0ddda64a23155000a61a105da2a1
MEND_RNV_PLATFORM: github
# See https://github.com/mend/renovate-ce-ee/blob/main/docs/setup-for-github.md
MEND_RNV_GITHUB_APP_ID: ${RENOVATE_APP_ID}
MEND_RNV_GITHUB_APP_KEY: ${RENOVATE_APP_KEY}
MEND_RNV_WEBHOOK_SECRET: ${RENOVATE_WEBHOOK_SECRET}
MEND_RNV_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 80
protocol: tcp
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0