Skip to content

Commit 9a0755e

Browse files
committed
using chart
Signed-off-by: lth <[email protected]>
1 parent 2eca166 commit 9a0755e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Run chart-releaser
2828
uses: helm/[email protected]
2929
with:
30-
#skip_existing: true
31-
#packages_with_index: true
30+
skip_existing: true
31+
packages_with_index: true
3232
charts_dir: deployments
3333
env:
3434
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

deployments/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: synapse
33
description: A Helm chart for deploying Synapse
4-
version: 1.0.0-alpha5.1
4+
version: 1.0.0
55
appVersion: "1.0.0"

0 commit comments

Comments
 (0)