Skip to content

fix(helm): make image.tag or image.digest mandatory#293

Merged
jopsap merged 3 commits into
mainfrom
fix/helm-image-tag-required
May 18, 2026
Merged

fix(helm): make image.tag or image.digest mandatory#293
jopsap merged 3 commits into
mainfrom
fix/helm-image-tag-required

Conversation

@jopsap

@jopsap jopsap commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes the silent fallback to appVersion in the image helper
  • Deployments without an explicit image.tag or image.digest now fail at render time with a clear error instead of silently using whatever appVersion is set to
  • If both image.tag and image.digest are provided, digest takes precedence (unchanged behaviour)
  • Bumps chart patch version

Remove the appVersion fallback in the image helper — if neither tag nor
digest is set, helm now fails with a clear error. If both are set, digest
takes precedence.

Bump chart version 0.9.4 -> 0.9.5.
@coderabbitai

coderabbitai Bot commented May 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 176c78bc-1c05-4e07-8610-1db7ca7ac830

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@push-tags-from-workflow push-tags-from-workflow Bot added bug Something isn't working helm-chart labels May 13, 2026
@jopsap jopsap merged commit 077a8b4 into main May 18, 2026
5 checks passed
@jopsap jopsap deleted the fix/helm-image-tag-required branch May 18, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working helm-chart tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants