From f99453e19b9ce69b1f190ae5e883ff0e9e8cce43 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 9 Apr 2025 21:50:45 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/chroma-?= =?UTF-8?q?core/chroma=200.6.3=20=E2=86=92=201.0.3=20(#34074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] 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). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/chroma/Chart.yaml | 4 ++-- charts/stable/chroma/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 937a8e51598..95ea6dd736f 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -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 diff --git a/charts/stable/chroma/values.yaml b/charts/stable/chroma/values.yaml index 5b5b8f5867b..4e4e5591ed4 100644 --- a/charts/stable/chroma/values.yaml +++ b/charts/stable/chroma/values.yaml @@ -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