111ae0e09f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/chroma-core/chroma | patch | `0.5.9` -> `0.5.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
44 lines
818 B
YAML
44 lines
818 B
YAML
image:
|
|
repository: ghcr.io/chroma-core/chroma
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.5.11@sha256:55ed237bc27f2f4239da202438d28a68ffce690c133282c676fc680c4d8981a7
|
|
|
|
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/v1/heartbeat"
|
|
readiness:
|
|
path: "/api/v1/heartbeat"
|
|
startup:
|
|
path: "/api/v1/heartbeat"
|
|
env:
|
|
IS_PERSISTENT: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/chroma/chroma"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|