We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca166 commit 9a0755eCopy full SHA for 9a0755e
.github/workflows/helm.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Run chart-releaser
28
uses: helm/[email protected]
29
with:
30
- #skip_existing: true
31
- #packages_with_index: true
+ skip_existing: true
+ packages_with_index: true
32
charts_dir: deployments
33
env:
34
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
deployments/helm/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: synapse
3
description: A Helm chart for deploying Synapse
4
-version: 1.0.0-alpha5.1
+version: 1.0.0
5
appVersion: "1.0.0"
0 commit comments