Skip to content
name: "Chart - Release - Candidate"
on:
push:
branches:
- release-candidate*
- 2404-aa-update-rc-workflow
jobs:
release:
name: Release Candidate
uses: ./.github/workflows/chart-release-template.yaml
with:
branch: ${{ github.ref_name }}
workflow-ref: ${{ github.workflow_ref }}
chart-matrix: |
[
{
"name": "Helm Chart rolling - 8.2",
"directory": "charts/camunda-platform-8.2",
"versionSuffix": "test-8.2",
"override": true
}
]