Skip to content

Commit

Permalink
bump Chart to 0.2.0
Browse files Browse the repository at this point in the history
Breaking changes in the configuration.

Also run release action, until fixed
  • Loading branch information
sando38 committed Jul 14, 2023
1 parent fe167e6 commit 8c6a480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
# paths:
# - 'charts/ejabberd/Chart.yaml'
paths:
- 'charts/ejabberd/Chart.yaml'

jobs:
release:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
if: steps.list-changed.outputs.changed == 'true'
# if: steps.list-changed.outputs.changed == 'true'
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/ejabberd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ejabberd
description: ejabberd XMPP server helm chart
type: application
version: 0.1.1
version: 0.2.0
appVersion: "78f81de252dc932cd47b91d1a84ca8e8f0647498-k8s2"
keywords:
- xmpp
Expand Down

0 comments on commit 8c6a480

Please sign in to comment.