Skip to content

Commit

Permalink
ci(helm-git-refs): use new refs after 8.6 release
Browse files Browse the repository at this point in the history
camunda-platform-latest is [no longer
supported](https://github.com/camunda/camunda-platform-helm/blob
/dc8877d419a456b2ff671e448165b5ba3af3ac99/charts/camunda-platform-latest
/README.md).

We should use camunda-platform-8.6 instead
  • Loading branch information
ev-codes committed Oct 8, 2024
1 parent 97c0e45 commit 29fc366
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm-git-refs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"main": "camunda-platform-alpha",
"release/8.6": "camunda-platform-alpha",
"release/8.5": "camunda-platform-latest",
"release/8.7": "camunda-platform-alpha",
"release/8.6": "camunda-platform-8.6",
"release/8.5": "camunda-platform-8.5",
"release/8.4": "camunda-platform-8.4",
"release/8.3": "camunda-platform-8.3"
}

0 comments on commit 29fc366

Please sign in to comment.