Skip to content

[common]: Add image digest support - #184

Merged
fanks4 merged 2 commits into
bedag:masterfrom
KiLLuuuhh:master
Jul 16, 2026
Merged

[common]: Add image digest support#184
fanks4 merged 2 commits into
bedag:masterfrom
KiLLuuuhh:master

Conversation

@KiLLuuuhh

Copy link
Copy Markdown
Contributor

What this PR does:
Adds support for pinning container images by digest (sha256:...) in the common chart. When image.digest is set, the rendered image reference uses repository@digest instead of repository:tag. Tag is ignored when digest is specified.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Notes for Reviewer:
The change is fully backwards-compatible — existing values without digest render identically to before.

Checklist:

  • Pull Request title in format [common]: Add image digest support
  • Updated documentation in the README.md.gotmpl file and executed helm-docs
  • Chart Version bumped ✓ (12.7.0 → 12.8.0)
  • All commits are signed-off

@KiLLuuuhh
KiLLuuuhh requested review from a team as code owners June 23, 2026 11:23
@KiLLuuuhh
KiLLuuuhh force-pushed the master branch 2 times, most recently from ed34bbf to 0ac34fa Compare June 23, 2026 11:32
Signed-off-by: Kilian Soltermann <kilian.soltermann@gmx.ch>
Signed-off-by: Kilian Soltermann <kilian.soltermann@gmx.ch>

@fanks4 fanks4 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you for your PR @KiLLuuuhh
I did a quick test myself and also did not find any errors.

@fanks4
fanks4 merged commit 17418b6 into bedag:master Jul 16, 2026
2 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