Files
truecharts/charts/stable/chroma/values.yaml
T
TrueCharts Bot 219044013f fix(chroma): update image ghcr.io/chroma-core/chroma 1.5.8 → 1.5.9 (#47874)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/chroma-core/chroma | patch | `6071031` → `1e0b73a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jaHJvbWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-05-05 09:26:36 +02:00

41 lines
835 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/chroma-core/chroma
pullPolicy: IfNotPresent
tag: 1.5.9@sha256:1e0b73a187a28757c572acba508c46f48c9e8b0acaf5c20e6d95cdedce1acdf6
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 8000
port: 10690
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/api/v2/heartbeat"
readiness:
path: "/api/v2/heartbeat"
startup:
path: "/api/v2/heartbeat"
env:
IS_PERSISTENT: true
persistence:
config:
enabled: true
mountPath: "/chroma/chroma"