Skip to content

Commit

Permalink
chart: fix name for release step
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Apr 19, 2024
1 parent 0658b78 commit 6671bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Push chart
uses: appany/[email protected]
with:
name: prompage-chart
name: prompage-helm
repository: henrywhitaker3
tag: ${{ env.CHART_VERSION }}
path: chart
Expand Down
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: prompage
name: prompage-helm
description: A Helm chart for PromPage
type: application
version: 0.1.0
appVersion: "v1.0.5"
version: 0.1.1
appVersion: "v1.0.6"

0 comments on commit 6671bd4

Please sign in to comment.