Skip to content

fix(snapshots): detect kURL minio add-on from any repository - #6037

Merged
sgalsaleh merged 1 commit into
mainfrom
fix-minio-image-match-any-repo
Aug 24, 2026
Merged

fix(snapshots): detect kURL minio add-on from any repository#6037
sgalsaleh merged 1 commit into
mainfrom
fix-minio-image-match-any-repo

Conversation

@sgalsaleh

Copy link
Copy Markdown
Member

GetMinioImage only recognized the kURL minio add-on when its image came from minio/minio, so the kurlsh/minio image kURL now ships returned "". That made IsFileSystemMinioDisabled report minio as disabled, putting NFS/host path snapshots into LVP mode and hiding both destinations from the Admin Console snapshot settings unless the local-volume-provider plugin was installed.

Now matches on the image name and RELEASE tag instead of the registry and organization, so minio/minio:RELEASE.…, kurlsh/minio:RELEASE.… and registry-prefixed variants all resolve. Non-RELEASE tags still return "" as before.

Tests added for the kurlsh repo, a private-registry prefix, and a non-RELEASE tag.

🤖 Generated with Claude Code

@greptile-apps

greptile-apps Bot commented Aug 21, 2026

Copy link
Copy Markdown

Reviews (1): Last reviewed commit: "fix(snapshots): detect kURL minio add-on..." | Re-trigger Greptile

GetMinioImage only recognized the add-on when its image came from
minio/minio, so the kurlsh/minio image kURL now ships returned "".
That made IsFileSystemMinioDisabled report minio as disabled, which
put NFS/host path snapshots into LVP mode and hid both destinations
from the Admin Console unless the local-volume-provider plugin was
installed.

Match on the image name and RELEASE tag instead of the registry and
organization.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@sgalsaleh
sgalsaleh force-pushed the fix-minio-image-match-any-repo branch from e44fc1a to 2ea7f96 Compare August 21, 2026 18:14
@greptile-apps

greptile-apps Bot commented Aug 21, 2026

Copy link
Copy Markdown

Reviews (2): Last reviewed commit: "fix(snapshots): detect kURL minio add-on..." | Re-trigger Greptile

banjoh
banjoh previously approved these changes Aug 24, 2026
@greptile-apps

greptile-apps Bot commented Aug 24, 2026

Copy link
Copy Markdown

Reviews (3): Last reviewed commit: "fix(snapshots): don't decide minio avail..." | Re-trigger Greptile

@sgalsaleh
sgalsaleh force-pushed the fix-minio-image-match-any-repo branch from 17cfff0 to 2ea7f96 Compare August 24, 2026 16:54
@greptile-apps

greptile-apps Bot commented Aug 24, 2026

Copy link
Copy Markdown

Reviews (4): Last reviewed commit: "fix(snapshots): detect kURL minio add-on..." | Re-trigger Greptile

@sgalsaleh
sgalsaleh merged commit 5207c78 into main Aug 24, 2026
181 checks passed
@sgalsaleh
sgalsaleh deleted the fix-minio-image-match-any-repo branch August 24, 2026 17:20
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