fix: disable helm chart bump for all branches
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ class BranchStrategy implements Serializable {
|
|||||||
|
|
||||||
// Helm bump + git commit/push only on feature branches
|
// Helm bump + git commit/push only on feature branches
|
||||||
static boolean shouldBumpChart(String branch) {
|
static boolean shouldBumpChart(String branch) {
|
||||||
return isFeature(branch)
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
static String imageTag(String branch) {
|
static String imageTag(String branch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user