Skip to content

Commit

Permalink
ci: add alpha chart to release-candidate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Oct 17, 2024
1 parent 44101a2 commit 97b781c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chart-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@ jobs:
"directory": "charts/camunda-platform-8.6",
"versionSuffix": "rc-8.6",
"override": true
},
{
"name": "Helm Chart Alpha",
"directory": "charts/camunda-platform-alpha",
"versionSuffix": "rc-alpha",
"override": true
}
]

0 comments on commit 97b781c

Please sign in to comment.