Skip to content

ci: update rc workflow #16

ci: update rc workflow

ci: update rc workflow #16

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: chart-release-template.yaml
# chart-matrix: |
# [
# {
# "name": "Helm Chart RC - 8.2",
# "directory": "charts/camunda-platform-8.2",
# "versionSuffix": "rc-8.2",
# "override": true
# },
# {
# "name": "Helm Chart RC - 8.3",
# "directory": "charts/camunda-platform-8.3",
# "versionSuffix": "rc-8.3",
# "override": true
# },
# {
# "name": "Helm Chart RC - 8.4",
# "directory": "charts/camunda-platform-8.4",
# "versionSuffix": "rc-8.4",
# "override": true
# },
# {
# "name": "Helm Chart RC - 8.5",
# "directory": "charts/camunda-platform-8.5",
# "versionSuffix": "rc-8.5",
# "override": true
# },
# {
# "name": "Helm Chart RC - 8.6",
# "directory": "charts/camunda-platform-8.6",
# "versionSuffix": "rc-8.6",
# "override": true
# }
# ]
chart-matrix: |
[
{
"name": "Helm Chart RC - 8.2",
"directory": "charts/camunda-platform-8.2",
"versionSuffix": "test-8.2",
"override": true
}
]