Files
truecharts/charts/stable/flexo/values.yaml
T
TrueCharts Bot 14a64210e1 chore(helm): update image docker.io/nroi/flexo 1.6.9 → 1.6.10 (#35694)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/nroi/flexo | patch | `850061e` -> `fdbc2b3` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-05-29 00:22:18 +02:00

33 lines
718 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/nroi/flexo
tag: 1.6.10@sha256:fdbc2b3ecc98ce2b29e4baa05a34428298e3de427a21a21e291e8c1e343c0224
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 }}"