Skip to content

fix(beekeeper): wire backoffLimit into CronJob job template spec#233

Merged
gacevicljubisa merged 1 commit into
masterfrom
fix/cronjob-backoff-limit
May 14, 2026
Merged

fix(beekeeper): wire backoffLimit into CronJob job template spec#233
gacevicljubisa merged 1 commit into
masterfrom
fix/cronjob-backoff-limit

Conversation

@gacevicljubisa
Copy link
Copy Markdown
Member

No description provided.

@gacevicljubisa gacevicljubisa requested a review from darkobas2 May 14, 2026 11:57
Copy link
Copy Markdown
Contributor

@darkobas2 darkobas2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean, minimal bug fix. LGTM.

The chart's values.yaml has been declaring backoffLimit: 0 but the cronjob template wasn't reading it — so K8s used its default of 6 on every failed Job, and any override in helm values was silently ignored. This wires it through correctly. Version bump is right.

Two small nits (non-blocking):

  • PR body is empty — a one-line description ("fix: render backoffLimit from values into CronJob jobTemplate (was previously ignored)") would help downstream consumers reading the commit history later.
  • If the chart maintains a CHANGELOG, worth an entry.

@gacevicljubisa gacevicljubisa merged commit 382cb6c into master May 14, 2026
1 check passed
@gacevicljubisa gacevicljubisa deleted the fix/cronjob-backoff-limit branch May 14, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants