123daefd7a
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/chroma-core/chroma | minor | `0.4.24` -> `0.5.0` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
44 lines
817 B
YAML
44 lines
817 B
YAML
image:
|
|
repository: ghcr.io/chroma-core/chroma
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.5.0@sha256:8bb6e990fa2b988115bc36ce4ed7020f6acc613bc7689c2ba30c84d6a620fef3
|
|
|
|
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
|