From 355d92babb47592a02655e16c40e5032d2a0e63b Mon Sep 17 00:00:00 2001 From: hofq <54744977+hofq@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:48:21 +0100 Subject: [PATCH] fix docs --- charts/librechat/Chart.yaml | 2 +- charts/librechat/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/librechat/Chart.yaml b/charts/librechat/Chart.yaml index 59b03a7..988b075 100644 --- a/charts/librechat/Chart.yaml +++ b/charts/librechat/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: 1.7.0 +version: 1.7.1 # 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 diff --git a/charts/librechat/values.yaml b/charts/librechat/values.yaml index 5d218ce..715f35d 100644 --- a/charts/librechat/values.yaml +++ b/charts/librechat/values.yaml @@ -144,7 +144,7 @@ fullnameOverride: "" lifecycle: {} -# example for adding a banner // see https://github.com/danny-avila/LibreChat/pull/3952 +# # base for adding a custom banner // see https://github.com/danny-avila/LibreChat/pull/3952 for an example # postStart: # exec: # command: ["/bin/sh", "-c", "npm run update-banner "]