Skip to content

Commit

Permalink
Update chart-releaser-action (#42)
Browse files Browse the repository at this point in the history
* fix mark as latest
* also run on dev branches
* upgrade chart releaser
  • Loading branch information
bbkz authored Dec 1, 2023
1 parent a29b0dc commit 7ef5c1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
push:
branches:
- master
- dev

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -52,8 +53,9 @@ jobs:
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
mark_as_latest: false
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
MARK_AS_LATEST: false
2 changes: 1 addition & 1 deletion charts/wger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 0.1.7
version: 0.1.9
appVersion: latest
name: wger
description: A Helm chart for Wger installation on Kubernetes
Expand Down

0 comments on commit 7ef5c1d

Please sign in to comment.