Skip to content

Conversation

@mkrueger92
Copy link
Contributor

@mkrueger92 mkrueger92 commented Jan 5, 2026

Type of Change

  • New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other:

Related Issues

Summary of Changes

This PR changes the default image version to the one defined in the helm chart. The version "latest" is a bad choice for a stable production environment.

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (compatibility)
  • Requires doc/config/deployment update
  • Other impact:

Additional Notes

Leaving the tag blank does a fallback does a fallback:

image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.

Signed-off-by: mkrueger92 <7305571+mkrueger92@users.noreply.github.com>
The default version is in the chart definition.

Signed-off-by: mkrueger92 <7305571+mkrueger92@users.noreply.github.com>
@majinghe
Copy link
Contributor

majinghe commented Jan 8, 2026

@mkrueger92 Thx for your contribution.

/LGTM

/cc @houseme @loverustfs

@houseme houseme merged commit 9e162b6 into rustfs:main Jan 8, 2026
12 checks passed
reatang pushed a commit that referenced this pull request Jan 11, 2026
Signed-off-by: mkrueger92 <7305571+mkrueger92@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
weisd pushed a commit to weisd/rustfs that referenced this pull request Jan 12, 2026
…#1385)

Signed-off-by: mkrueger92 <7305571+mkrueger92@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
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.

3 participants