From 420b43021ce1476753515d2d30a092d50a075e71 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Mon, 27 Apr 2026 14:44:35 +0700 Subject: [PATCH] fix: disable helm chart bump for all branches Co-Authored-By: Claude Sonnet 4.6 --- src/vn/fireflylab/pipeline/BranchStrategy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vn/fireflylab/pipeline/BranchStrategy.groovy b/src/vn/fireflylab/pipeline/BranchStrategy.groovy index fd37db8..2410d11 100644 --- a/src/vn/fireflylab/pipeline/BranchStrategy.groovy +++ b/src/vn/fireflylab/pipeline/BranchStrategy.groovy @@ -16,7 +16,7 @@ class BranchStrategy implements Serializable { // Helm bump + git commit/push only on feature branches static boolean shouldBumpChart(String branch) { - return isFeature(branch) + return false } static String imageTag(String branch) {