Skip to content

fix(container): update image python (cea0e60 ➔ b0c4ec8) - #4351

Merged
Tanguille merged 1 commit into
mainfrom
renovate/python-3.14-slim
Aug 5, 2026
Merged

fix(container): update image python (cea0e60 ➔ b0c4ec8)#4351
Tanguille merged 1 commit into
mainfrom
renovate/python-3.14-slim

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
python (source) digest cea0e60b0c4ec8

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.

Summary by CodeRabbit

  • Maintenance
    • Updated the pinned Python runtime images for the dashboard server and xmrig-guard components.
    • Improves consistency and ensures both services use the latest approved image version.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3cea1217-b053-45e3-93c0-29960e50ac69

📥 Commits

Reviewing files that changed from the base of the PR and between fac474b and bfb0c24.

📒 Files selected for processing (2)
  • kubernetes/apps/web3/monero/dashboard/helmrelease.yaml
  • kubernetes/apps/web3/xmrig-guard/app/helmrelease.yaml
🔗 Linked repositories identified

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

  • Tanguille/LLMKube (auto-detected)
  • Tanguille/pr-reviewer-action (auto-detected)
  • Tanguille/toolhive (auto-detected)
  • Tanguille/renovate-presets (auto-detected)
  • Tanguille/litellm-operator (auto-detected)
  • Tanguille/2x-R9700-RDNA4-GFX1201-sglang-inference (auto-detected)

📝 Walkthrough

Walkthrough

The pull request updates the pinned Python 3.14-slim image digests for the dashboard-server and xmrig-guard containers in their Kubernetes HelmRelease declarations.

Changes

Python image repins

Layer / File(s) Summary
Update pinned Python image digests
kubernetes/apps/web3/monero/dashboard/helmrelease.yaml, kubernetes/apps/web3/xmrig-guard/app/helmrelease.yaml
Both containers now reference updated Python 3.14-slim image digests.

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
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the Python container image digest update.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/python-3.14-slim

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

@deepsource-io

deepsource-io Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in fac474b...bfb0c24 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Aug 5, 2026 6:16a.m. Review ↗
Shell Aug 5, 2026 6:16a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.template.spec.containers.dashboard-server.image @@
# apps/v1/Deployment/web3/dashboard
! ± value change
- python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6
+ python:3.14-slim@sha256:b0c4ec81396588a94b99052caf2f786e6e92e03111991d3d40c68762ee48d2ab

@@ spec.template.spec.containers.app.image @@
# apps/v1/Deployment/web3/xmrig-guard
! ± value change
- python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6
+ python:3.14-slim@sha256:b0c4ec81396588a94b99052caf2f786e6e92e03111991d3d40c68762ee48d2ab

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.values.controllers.dashboard.containers.dashboard-server.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/web3/dashboard
! ± value change
- 3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6
+ 3.14-slim@sha256:b0c4ec81396588a94b99052caf2f786e6e92e03111991d3d40c68762ee48d2ab

@@ spec.values.controllers.xmrig-guard.containers.app.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/web3/xmrig-guard
! ± value change
- 3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6
+ 3.14-slim@sha256:b0c4ec81396588a94b99052caf2f786e6e92e03111991d3d40c68762ee48d2ab

@Tanguille
Tanguille merged commit 952b3aa into main Aug 5, 2026
15 checks passed
@Tanguille
Tanguille deleted the renovate/python-3.14-slim branch August 5, 2026 07:02
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.

1 participant