Skip to content

Commit

Permalink
chart 0.9.37, restore charts_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Dec 13, 2024
1 parent a5f0ccb commit 73a78cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -25,5 +27,9 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: kubernetes/chart
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.36
version: 0.9.37

## 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 73a78cd

Please sign in to comment.