Files
truecharts/charts/stable/ipfs/values.yaml
TrueCharts Bot 51ff05e360 chore(deps): update container image ipfs/kubo to v0.26.0@cba0b2f by renovate (#17519)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ipfs/kubo | minor | `v0.25.0` -> `v0.26.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:31:02 +01:00

72 lines
1.3 KiB
YAML

image:
repository: ipfs/kubo
pullPolicy: IfNotPresent
tag: v0.26.0@sha256:cba0b2fd91f91aa43c4980cfc6ef6c092d7419801382e5d8cc300585319c097f
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"
portal:
open:
enabled: true
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: ""