Files
truecharts/charts/stable/ipfs/values.yaml
T
TrueCharts Bot 24abe8541e chore(helm): update image docker.io/ipfs/kubo v0.36.0 → v0.37.0 (#38858)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ipfs/kubo | minor | `51dd374` -> `d7d6a5f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-08-29 20:38:03 +00:00

70 lines
1.3 KiB
YAML

image:
repository: docker.io/ipfs/kubo
pullPolicy: IfNotPresent
tag: v0.37.0@sha256:d7d6a5f1fa120f01228f98589c39020f4480dd47c4b122655dd8f729d5e0f028
service:
main:
ports:
main:
port: 10125
targetPort: 5001
peer-tcp:
enabled: true
ports:
peer-tcp:
enabled: true
targetPort: 4001
port: 4001
peer-udp:
enabled: true
ports:
peer-udp:
protocol: udp
enabled: true
targetPort: 4001
port: 4001
gateway:
enabled: true
type: ClusterIP
ports:
gateway:
enabled: true
targetPort: 8080
port: 10147
persistence:
data:
enabled: true
mountPath: "/data/ipfs"
staging:
enabled: true
mountPath: "/export"
ipfs:
enabled: true
mountPath: "/ipfs"
ipns:
enabled: true
mountPath: "/ipns"
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/webui"
readiness:
path: "/webui"
startup:
path: "/webui"
env:
IPFS_PROFILE: "server"
IPFS_SWARM_KEY: ""
IPFS_SWARM_KEY_FILE: ""