From 9a0755e96116d83d69eac1ee1ea4ed299adc8cd6 Mon Sep 17 00:00:00 2001 From: lth Date: Thu, 31 Oct 2024 22:47:58 +0100 Subject: [PATCH] using chart Signed-off-by: lth --- .github/workflows/helm.yml | 4 ++-- deployments/helm/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 7c7ed991..ae07eb0e 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -27,8 +27,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - #skip_existing: true - #packages_with_index: true + skip_existing: true + packages_with_index: true charts_dir: deployments env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/deployments/helm/Chart.yaml b/deployments/helm/Chart.yaml index 9a12a5fa..7eb5b98f 100644 --- a/deployments/helm/Chart.yaml +++ b/deployments/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: synapse description: A Helm chart for deploying Synapse -version: 1.0.0-alpha5.1 +version: 1.0.0 appVersion: "1.0.0"