sourcegraph / sourcegraph/deploy-sourcegraph-helm
Remove randomness from sourcegraph-migrator job name
Nobody has claimed this yet.
- Dominant language
- Go Template
- Stars
- 18
- Forks
- 24
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 13
Description
It causes constant churns and fake diffs for people using GitOps solutions like ArgoCD. Possible solutions I see are using the chat version to guarantee recreation on a new version and using preinstall helm hooks to delete the job before installing to preserve the current behavior.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Helm template that defines the sourcegraph-migrator job and inspect how its name is generated and how the job is recreated during upgrades. Done means the name no longer causes GitOps churn or fake diffs while preserving the current recreation behavior, including the proposed chat-version or preinstall-hook approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100