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 "]