Files
TrueCharts Bot 44d38671e2 fix(flexo): update image docker.io/nroi/flexo 1.6.12 → 1.6.13 (#49885)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/nroi/flexo | patch | `760afe7` → `fb53ab1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9mbGV4byIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-07-04 18:59:36 +02:00

34 lines
771 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/nroi/flexo
tag: 1.6.13@sha256:fb53ab1a0aa491a62ae164a5fceea316de465d5284b2b7cb1ffde12ee653ce21
service:
main:
ports:
main:
port: 7878
protocol: http
persistence:
data:
enabled: true
type: "emptyDir"
size: 10Gi
mountPath: "/var/cache/flexo"
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/metrics"
readiness:
path: "/metrics"
startup:
path: "/metrics"
env:
FLEXO_LISTEN_IP_ADDRESS: "0.0.0.0"
FLEXO_PORT: "{{ .Values.service.main.ports.main.port }}"