Skip to content

fix(container): update image ghcr.io/tanguille/sglang-rdna4 (615cb42 ➔ 51ececd) - autoclosed - #4255

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-tanguille-sglang-rdna4-v0.5.16-gfx1201
Closed

fix(container): update image ghcr.io/tanguille/sglang-rdna4 (615cb42 ➔ 51ececd) - autoclosed#4255
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-tanguille-sglang-rdna4-v0.5.16-gfx1201

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/tanguille/sglang-rdna4 digest 615cb4251ececd

Configuration

📅 Schedule: (in timezone Europe/Brussels)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The qwen36-27b SGLang InferenceService now uses a new pinned image digest for the unchanged sglang-rdna4:v0.5.16-gfx1201 image reference.

Changes

SGLang image update

Layer / File(s) Summary
Update SGLang image digest
kubernetes/apps/ai/llmkube/models/qwen36-27b-sglang.yaml
The SGLang container image digest is replaced while the repository, tag, and remaining configuration stay unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: tanguille

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: updating the SGLang container image digest.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/ghcr.io-tanguille-sglang-rdna4-v0.5.16-gfx1201

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

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.image @@
# inference.llmkube.dev/v1alpha1/InferenceService/ai/qwen36-27b
! ± value change
- ghcr.io/tanguille/sglang-rdna4:v0.5.16-gfx1201@sha256:615cb4265400f5468da4c32221f0086df075b126ce8dbfa78d998e844a5e424d
+ ghcr.io/tanguille/sglang-rdna4:v0.5.16-gfx1201@sha256:51ececd579cec3785357c07e318c2badf9e333ea07c7fd47a0e19fcb4a7c2b24

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@kubernetes/apps/ai/llmkube/models/qwen36-27b-sglang.yaml`:
- Line 80: The HiCache directory suffix must match the updated image digest.
Update the suffix in the manifest’s HiCache configuration, including the
corresponding entries around the additional referenced locations, from
sglang-v0.5.16_awq-f541031d to the suffix derived from digest
51ececd579cec3785357c07e318c2badf9e333ea07c7fd47a0e19fcb4a7c2b24, so caches from
the previous image are not reused.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 36d2dd19-3335-4b9f-b521-3ae46edd2680

📥 Commits

Reviewing files that changed from the base of the PR and between 3faa4c8 and 46ab12d.

📒 Files selected for processing (1)
  • kubernetes/apps/ai/llmkube/models/qwen36-27b-sglang.yaml
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • Tanguille/LLMKube (auto-detected)
  • Tanguille/2x-R9700-RDNA4-GFX1201-sglang-inference (auto-detected)

# Operator default binds :: (IPv6-only on this IPv4 cluster); override to v4.
bindAddress: 0.0.0.0
image: ghcr.io/tanguille/sglang-rdna4:v0.5.16-gfx1201@sha256:615cb4265400f5468da4c32221f0086df075b126ce8dbfa78d998e844a5e424d
image: ghcr.io/tanguille/sglang-rdna4:v0.5.16-gfx1201@sha256:51ececd579cec3785357c07e318c2badf9e333ea07c7fd47a0e19fcb4a7c2b24

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Bump the HiCache directory suffix with the new image digest.

The manifest explicitly requires this suffix to change whenever the image digest changes. Leaving sglang-v0.5.16_awq-f541031d unchanged allows KV pages produced by the previous image to be reused by the new image, potentially serving stale or incompatible cache data.

Also applies to: 124-127

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@kubernetes/apps/ai/llmkube/models/qwen36-27b-sglang.yaml` at line 80, The
HiCache directory suffix must match the updated image digest. Update the suffix
in the manifest’s HiCache configuration, including the corresponding entries
around the additional referenced locations, from sglang-v0.5.16_awq-f541031d to
the suffix derived from digest
51ececd579cec3785357c07e318c2badf9e333ea07c7fd47a0e19fcb4a7c2b24, so caches from
the previous image are not reused.

@renovate renovate Bot changed the title fix(container): update image ghcr.io/tanguille/sglang-rdna4 (615cb42 ➔ 51ececd) fix(container): update image ghcr.io/tanguille/sglang-rdna4 (615cb42 ➔ 51ececd) - autoclosed Jul 29, 2026
@renovate renovate Bot closed this Jul 29, 2026
@renovate
renovate Bot deleted the renovate/ghcr.io-tanguille-sglang-rdna4-v0.5.16-gfx1201 branch July 29, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants