chore(helm): update image ghcr.io/chroma-core/chroma 0.6.3 → 1.0.3 (#34074)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/chroma-core/chroma | major | `e0e78dc` -> `d2b2af9` | --- > [!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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.3
|
||||
appVersion: 1.0.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,4 +37,4 @@ sources:
|
||||
- https://github.com/chroma-core/chroma
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/chroma
|
||||
type: application
|
||||
version: 4.6.1
|
||||
version: 5.0.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/chroma-core/chroma
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.6.3@sha256:e0e78dc7609a599b63c99753442c7d01b1d3d369ce0e3bf3e0540536fec4fa7a
|
||||
tag: 1.0.3@sha256:d2b2af935678391ad3b665adcc8f1fcbbdd5e4adb4d9e25d3c128f74a2b48dbb
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
@@ -25,11 +25,11 @@ workload:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/api/v1/heartbeat"
|
||||
path: "/api/v2/heartbeat"
|
||||
readiness:
|
||||
path: "/api/v1/heartbeat"
|
||||
path: "/api/v2/heartbeat"
|
||||
startup:
|
||||
path: "/api/v1/heartbeat"
|
||||
path: "/api/v2/heartbeat"
|
||||
env:
|
||||
IS_PERSISTENT: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user