From 872ee4b36e625dabedde354eb3e6e9deb38cd26f Mon Sep 17 00:00:00 2001 From: hofq <54744977+hofq@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:47:28 +0100 Subject: [PATCH] fix pipeline --- .github/workflows/release.yaml | 2 ++ charts/librechat/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae58ee6..2fb20e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,5 +25,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 + with: + skip_existing: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/charts/librechat/Chart.yaml b/charts/librechat/Chart.yaml index 7c19ef9..44a0d74 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.8.0 +version: 1.8.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