Skip to content

Commit

Permalink
fix: set the releaser chart to have the correct path and add more per…
Browse files Browse the repository at this point in the history
…ms for release please
  • Loading branch information
mattgialelis committed Jun 27, 2024
1 parent 7b0ab0a commit 6a0b0bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
chart_dir: deploy/charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

4 changes: 2 additions & 2 deletions deploy/charts/dutycontroller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: dutycontroller
description: A Pagerduty Operator for Kubernetes
type: application
version: 0.1.1
appVersion: "0.1.0"
version: 0.1.0
appVersion: "1.0.0"

0 comments on commit 6a0b0bb

Please sign in to comment.