Skip to content

Commit

Permalink
fix: adding back override to release-candidate workflow (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood authored Jan 9, 2025
1 parent 6104a38 commit 461b93f
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 @@ -18,30 +18,36 @@ jobs:
"name": "Helm Chart 8.2",
"directory": "charts/camunda-platform-8.2",
"versionSuffix": "rc-8.2",
"override": false
},
{
"name": "Helm Chart 8.3",
"directory": "charts/camunda-platform-8.3",
"versionSuffix": "rc-8.3",
"override": false
},
{
"name": "Helm Chart 8.4",
"directory": "charts/camunda-platform-8.4",
"versionSuffix": "rc-8.4",
"override": false
},
{
"name": "Helm Chart 8.5",
"directory": "charts/camunda-platform-8.5",
"versionSuffix": "rc-8.5",
"override": false
},
{
"name": "Helm Chart 8.6",
"directory": "charts/camunda-platform-8.6",
"versionSuffix": "rc-8.6",
"override": false
},
{
"name": "Helm Chart Alpha",
"directory": "charts/camunda-platform-alpha",
"versionSuffix": "rc-alpha",
"override": false
}
]

0 comments on commit 461b93f

Please sign in to comment.