fix: disable helm chart bump for all branches

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 14:44:35 +07:00
parent 647a6f28a7
commit 420b43021c

View File

@@ -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) {