From 123daefd7a4938599f499847f0e97ada3b054af0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 5 May 2024 15:28:34 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/chroma-core/chroma to v0.5.0@8bb6e99 by renovate (#21245) 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 | 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/chroma/Chart.yaml | 6 +++--- charts/stable/chroma/values.yaml | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 38b8283858a..232d8ed0099 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.4.24 +appVersion: 0.5.0 dependencies: - name: common version: 23.0.0 @@ -24,7 +24,7 @@ keywords: - chroma - embedding - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chroma - https://ghcr.io/chroma-core/chroma type: application -version: 3.0.5 +version: 3.1.0 diff --git a/charts/stable/chroma/values.yaml b/charts/stable/chroma/values.yaml index 9f59e3a24c7..0db31dc3a24 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.4.24@sha256:8173dd30e370f67a859297a9d2bca138ec527bc9c5a08582fb6951341716f313 + tag: 0.5.0@sha256:8bb6e990fa2b988115bc36ce4ed7020f6acc613bc7689c2ba30c84d6a620fef3 securityContext: container: @@ -28,6 +28,8 @@ workload: path: "/api/v1/heartbeat" readiness: path: "/api/v1/heartbeat" + startup: + path: "/api/v1/heartbeat" env: IS_PERSISTENT: true