Skip to content

Commit

Permalink
chart 0.9.34, remove skip_existing from chart-releaser-action
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Dec 13, 2024
1 parent 30912c8 commit e22a752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
skip_existing: true
packages_with_index: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion kubernetes/chart/zulip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
## 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: 0.9.32
version: 0.9.34

## This is the version number of the application being deployed. This
## version number should be incremented each time you make changes to
Expand Down

0 comments on commit e22a752

Please sign in to comment.