Skip to content

fix: canonicalize deploy job names#136

Merged
vigneshrajsb merged 2 commits intomainfrom
fix/deploy-job-name-canonicalization
Mar 18, 2026
Merged

fix: canonicalize deploy job names#136
vigneshrajsb merged 2 commits intomainfrom
fix/deploy-job-name-canonicalization

Conversation

@vigneshrajsb
Copy link
Contributor

Summary

  • add a shared helper for canonical Kubernetes deploy job names
  • use the helper in native Helm so manifest generation, monitoring, and log archival all share the same truncated name
  • use the helper in the Kubernetes apply path so job creation and monitoring cannot diverge for long deploy UUIDs

Testing

  • pnpm exec jest --runInBand src/server/lib/kubernetes/tests/jobNames.test.ts src/server/lib/nativeHelm/tests/helm.test.ts src/server/lib/tests/deploymentManager.test.ts

@vigneshrajsb vigneshrajsb requested a review from a team as a code owner March 17, 2026 22:29
@vigneshrajsb vigneshrajsb merged commit bedf0f3 into main Mar 18, 2026
5 checks passed
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