Support pinning container image by digest (repo@sha256) in values

Open Beginner friendly
#388 2 comments 8 reactions 0 assignees View on GitHub

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.digest to values and adjust templates to use it when present (fall back to repository:tag otherwise).

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from qdrant/qdrant-helm

All issues in qdrant/qdrant-helm

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.