Skip to content

chore(deps): update docker.io/bitnami/os-shell docker tag to v12-debi… #24

chore(deps): update docker.io/bitnami/os-shell docker tag to v12-debi…

chore(deps): update docker.io/bitnami/os-shell docker tag to v12-debi… #24

name: "Chart - Release - Candidate"
on:
push:
branches:
- release-candidate
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 8.2",
"directory": "charts/camunda-platform-8.2",
"versionSuffix": "rc-8.2",
},
{
"name": "Helm Chart 8.3",
"directory": "charts/camunda-platform-8.3",
"versionSuffix": "rc-8.3",
},
{
"name": "Helm Chart 8.4",
"directory": "charts/camunda-platform-8.4",
"versionSuffix": "rc-8.4",
},
{
"name": "Helm Chart 8.5",
"directory": "charts/camunda-platform-8.5",
"versionSuffix": "rc-8.5",
},
{
"name": "Helm Chart 8.6",
"directory": "charts/camunda-platform-8.6",
"versionSuffix": "rc-8.6",
},
{
"name": "Helm Chart Alpha",
"directory": "charts/camunda-platform-alpha",
"versionSuffix": "rc-alpha",
}
]