Skip to content

fix(container): update image ghcr.io/searxng/searxng (2026.8.1-8892414dc ➔ 2026.8.3-aa059419f) - #4319

Merged
Tanguille merged 1 commit into
mainfrom
renovate/ghcr.io-searxng-searxng-2026.x
Aug 3, 2026
Merged

fix(container): update image ghcr.io/searxng/searxng (2026.8.1-8892414dc ➔ 2026.8.3-aa059419f)#4319
Tanguille merged 1 commit into
mainfrom
renovate/ghcr.io-searxng-searxng-2026.x

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/searxng/searxng (source) patch 2026.8.1-8892414dc2026.8.3-aa059419f

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

@deepsource-io

deepsource-io Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in 30181f3...c82a6fa 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 3, 2026 4:56p.m. Review ↗
Shell Aug 3, 2026 4:56p.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.

@coderabbitai

coderabbitai Bot commented Aug 3, 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: 98608a7c-72e0-4867-856b-3a0be5cc6e69

📥 Commits

Reviewing files that changed from the base of the PR and between 30181f3 and c82a6fa.

📒 Files selected for processing (1)
  • kubernetes/apps/default/searxng/app/helmrelease.yaml
🔗 Linked repositories identified

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

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

📝 Walkthrough

Walkthrough

The SearXNG HelmRelease updates its container image from version 2026.8.1-8892414dc to 2026.8.3-0734ee6c7 and updates the pinned image digest.

Changes

SearXNG image update

Layer / File(s) Summary
Update pinned SearXNG image
kubernetes/apps/default/searxng/app/helmrelease.yaml
The HelmRelease references the 2026.8.3-0734ee6c7 image tag and its updated SHA-256 digest.

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 identifies the SearXNG container image update and the exact version change.
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/ghcr.io-searxng-searxng-2026.x

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

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.template.spec.containers.app.image @@
# apps/v1/Deployment/default/searxng
! ± value change
- ghcr.io/searxng/searxng:2026.8.1-8892414dc@sha256:ec536bcd1e83577aad4cc07f7ecb9a30858a9a905d2d57c8796abc83f872a036
+ ghcr.io/searxng/searxng:2026.8.3-0734ee6c7@sha256:912f24817104f45556da9f271e073aab9cd19d84647b299a85c232cf1f086e6d

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.values.controllers.app.containers.app.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/default/searxng
! ± value change
- 2026.8.1-8892414dc@sha256:ec536bcd1e83577aad4cc07f7ecb9a30858a9a905d2d57c8796abc83f872a036
+ 2026.8.3-0734ee6c7@sha256:912f24817104f45556da9f271e073aab9cd19d84647b299a85c232cf1f086e6d

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

AI Automated Review

Analysis engine: omniroute@http://litellm.ai.svc.cluster.local/v1 (openai)

Recommendation: Approve

This is a routine patch-level container image update for SearXNG (2026.8.12026.8.3). The change is minimal, isolated to the image tag and digest in the HelmRelease, and introduces no configuration drift.

Required Checks

  • Validate manifest against target cluster version: Verified. The manifest uses apiVersion: helm.toolkit.fluxcd.io/v2, which is supported by Flux v2 (the standard for this repository). No new API versions or features are introduced that would require a specific Kubernetes minor version upgrade. The change is purely an image reference update.
  • Check for resource quota / limit changes: Verified. Resource requests (cpu: 50m, memory: 256Mi) and limits (cpu: 500m, memory: 1Gi) remain unchanged. No impact on namespace quotas or node capacity planning.

Standards Compliance

  • Follows repository conventions for Renovate-managed updates.
  • Image pinning includes both tag and SHA256 digest, ensuring immutable deployments.
  • Security context remains hardened (runAsNonRoot: true, readOnlyRootFilesystem: true, capabilities dropped).

Tool Harness Findings

No tool harness findings present.

Unknowns or Needs Verification

None. The change is self-contained and verifiable from the diff.

@Tanguille
Tanguille merged commit 1872aaa into main Aug 3, 2026
15 checks passed
@Tanguille
Tanguille deleted the renovate/ghcr.io-searxng-searxng-2026.x branch August 3, 2026 18:12
@renovate renovate Bot changed the title fix(container): update image ghcr.io/searxng/searxng (2026.8.1-8892414dc ➔ 2026.8.3-0734ee6c7) fix(container): update image ghcr.io/searxng/searxng (2026.8.1-8892414dc ➔ 2026.8.3-aa059419f) Aug 3, 2026
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