Support pinning container image by digest (repo@sha256) in values
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- helm
- Domain
- devops
Research direction
Start with the chart's values and image templates, where the current repository:tag rendering is defined. Add the image.digest value and verify that rendering a digest produces repository@sha256:, prefers the digest when both are set, and falls back to repository:tag otherwise.
Written by the indexing model from the issue text.
Description
It would be helpful to pin the Qdrant container image by digest for reproducible deploys. Today the chart seems to only render repository:tag.
- Expected: when a digest is provided, render
repository@sha256:<digest>and prefer it over tag if both are set. - Proposal: add
image.digestto values and adjust templates to use it when present (fall back torepository:tagotherwise).
Example values:
image:
repository: docker.io/qdrant/qdrant
tag: v1.15.4
digest: sha256:<digest>
Expected render:
image: docker.io/qdrant/qdrant@sha256:<digest>
- Dominant language
- Go
- Stars
- 191
- Forks
- 98
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 6
Contributor guide
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.
More from qdrant/qdrant-helm
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
qdrant/qdrant-helm#502 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
qdrant/qdrant-helm#459 · 1 comment · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
qdrant/qdrant-helm#506 ·
-
Gateway API support Open
Difficulty 4/5 3-5 days Newbie friendliness 48/100
qdrant/qdrant-helm#486 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 78/100
qdrant/qdrant-helm#445 ·
All issues in qdrant/qdrant-helm
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100