Skip to content

Commit

Permalink
using chart
Browse files Browse the repository at this point in the history
Signed-off-by: lth <[email protected]>
  • Loading branch information
robinson committed Oct 31, 2024
1 parent 2eca166 commit 9a0755e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
#skip_existing: true
#packages_with_index: true
skip_existing: true
packages_with_index: true
charts_dir: deployments
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion deployments/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9a0755e

Please sign in to comment.