Skip to content

Commit

Permalink
Fix github action after adding sub chart as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fxusyd committed Sep 13, 2022
1 parent 0275c3e commit f4367c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.4.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
1 change: 1 addition & 0 deletions releases/xnat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
- name: xnat-web
version: 1.1.5
condition: xnat-web.enabled

0 comments on commit f4367c6

Please sign in to comment.