Skip to content

Commit a447ff7

Browse files
authored
Merge pull request #6771 from devtron-labs/fix-cron-job-suspend
fix: cron job suspend
1 parent dbbcbe0 commit a447ff7

File tree

1 file changed

+1
-1
lines changed
  • pkg/deployment/trigger/devtronApps/bean

1 file changed

+1
-1
lines changed

pkg/deployment/trigger/devtronApps/bean/bean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type VulnerabilityCheckRequest struct {
9494
}
9595

9696
const (
97-
CronJobChartRegexExpression = "cronjob-chart_1-(2|3|4|5)-0"
97+
CronJobChartRegexExpression = "cronjob-chart_1-(2|3|4|5|6)-0"
9898
)
9999

100100
const (

0 commit comments

Comments
 (0)