Skip to content

Commit

Permalink
try chart version 0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Dec 13, 2024
1 parent 534eb7d commit 30912c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/release.yaml → .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
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/chart-releaser-action@main
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: kubernetes/chart
skip_existing: true
packages_with_index: true
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
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.31
version: 0.9.32

## 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 30912c8

Please sign in to comment.