From 1cd92885c0d948ab202fbdaf5dec85206e5ffd1d Mon Sep 17 00:00:00 2001 From: hofq <54744977+hofq@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:28:15 +0100 Subject: [PATCH] test fix pipeline --- charts/librechat-rag-api/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/librechat-rag-api/Chart.yaml b/charts/librechat-rag-api/Chart.yaml index 3c00228..98f913a 100644 --- a/charts/librechat-rag-api/Chart.yaml +++ b/charts/librechat-rag-api/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -30,4 +30,4 @@ dependencies: - name: postgresql version: "15.5.38" condition: postgresql.enabled - repository: https://charts.bitnami.com/bitnami \ No newline at end of file + repository: "https://charts.bitnami.com/bitnami" \ No newline at end of file