Skip to content

Decouple community and enterprise image tags#392

Merged
N-o-Z merged 2 commits intomasterfrom
feat/decouple-community-enterprise-tags
Apr 17, 2026
Merged

Decouple community and enterprise image tags#392
N-o-Z merged 2 commits intomasterfrom
feat/decouple-community-enterprise-tags

Conversation

@N-o-Z
Copy link
Copy Markdown
Member

@N-o-Z N-o-Z commented Apr 16, 2026

This is a temporary WA until we decide on a more permanent solution for the charts!

Closes #391

Summary

  • Replace .Values.image.tag | default .Chart.AppVersion with a new lakefs.tag helper that picks image.enterprise.tag when enterprise.enabled is true, otherwise image.community.tag.
  • Fail loudly (no silent Chart.AppVersion fallback) if the selected tag is unset.
  • Bump chart to 1.9.0 and update CHANGELOG.

Test plan

  • helm template with defaults → treeverse/lakefs:1.80.0
  • helm template --set enterprise.enabled=truetreeverse/lakefs-enterprise:1.80.0
  • Overriding image.community.tag / image.enterprise.tag independently produces the expected image
  • Unsetting the selected tag errors with a clear required message

🤖 Generated with Claude Code

Closes #391

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@N-o-Z N-o-Z requested review from nopcoder and zubron April 16, 2026 21:46
@N-o-Z N-o-Z self-assigned this Apr 16, 2026
Copy link
Copy Markdown
Contributor

@nopcoder nopcoder left a comment

Choose a reason for hiding this comment

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

LGTM - missing backward support for image.tag

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@N-o-Z
Copy link
Copy Markdown
Member Author

N-o-Z commented Apr 17, 2026

LGTM - missing backward support for image.tag

Thanks! Fixed!

@N-o-Z N-o-Z merged commit 6117eb8 into master Apr 17, 2026
4 checks passed
@N-o-Z N-o-Z deleted the feat/decouple-community-enterprise-tags branch April 17, 2026 15:49
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.

Decouple lakeFS image tag from Chart.AppVersion for community and enterprise

2 participants