Skip to content

Commit

Permalink
chart 0.9.35, remove the with for chart-releaser-action, remove Helm …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
DS committed Dec 13, 2024
1 parent e22a752 commit 14f5143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add bitnami helm repository
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
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.34
version: 0.9.35

## 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 14f5143

Please sign in to comment.