Skip to content

feat(container): update image ghcr.io/searxng/searxng (2026.7.31-057a77168 ➔ 2026.8.1-8892414dc) - #4282

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

feat(container): update image ghcr.io/searxng/searxng (2026.7.31-057a77168 ➔ 2026.8.1-8892414dc)#4282
Tanguille merged 1 commit into
mainfrom
renovate/ghcr.io-searxng-searxng-2026.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/searxng/searxng (source) minor 2026.7.31-057a771682026.8.1-8892414dc

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.

@coderabbitai

coderabbitai Bot commented Aug 1, 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: f3bc1941-d505-4889-8972-863ca45c652f

📥 Commits

Reviewing files that changed from the base of the PR and between 1cf2d8f and bcea12c.

📒 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 now uses container image build 2026.8.1-8892414dc and its corresponding digest.

Changes

SearXNG image update

Layer / File(s) Summary
Update SearXNG image reference
kubernetes/apps/default/searxng/app/helmrelease.yaml
The SearXNG container image tag and digest now reference the 2026.8.1-8892414dc build.

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 identifies the SearXNG container image update and includes the previous and new versions.
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.7.31-057a77168@sha256:f9d1250cca864c93d8831fe0e5e686f3999922cc9abe76a86bb8d1aa4e050877
+ ghcr.io/searxng/searxng:2026.8.1-8892414dc@sha256:ec536bcd1e83577aad4cc07f7ecb9a30858a9a905d2d57c8796abc83f872a036

@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.7.31-057a77168@sha256:f9d1250cca864c93d8831fe0e5e686f3999922cc9abe76a86bb8d1aa4e050877
+ 2026.8.1-8892414dc@sha256:ec536bcd1e83577aad4cc07f7ecb9a30858a9a905d2d57c8796abc83f872a036

@deepsource-io

deepsource-io Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in 1cf2d8f...bcea12c 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 1, 2026 8:57a.m. Review ↗
Shell Aug 1, 2026 8:57a.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.

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

AI Automated Review

Analysis engine: qwen-3.6-fast@http://litellm.ai.svc.cluster.local/v1 (openai)

Recommendation

Approve — This is a straightforward container image version bump for SearXNG with no configuration, resource, or manifest structure changes. The change follows repository conventions and satisfies all mandatory checks.

Change-by-Change Findings

kubernetes/apps/default/searxng/app/helmrelease.yaml

  • Image tag update: 2026.7.31-057a771682026.8.1-8892414dc with corresponding digest pin (sha256:f9d125...sha256:ec536b...). This is a minor version bump (July 31 → August 1) generated by Renovate.
  • No other fields were modified: resources, probes, security context, persistence, routing, and environment variables remain identical.
  • Image digest is preserved, ensuring reproducible pulls.

Standards Compliance

  • ✅ Conventional Commit title format used (feat(container): ...).
  • ✅ Change is small and focused (single file, single field).
  • ✅ Uses the established app-template HelmRelease pattern consistent with other apps in the repo.
  • ✅ Security context remains hardened (runAsNonRoot, readOnlyRootFilesystem, capabilities dropped, seccomp profile set).
  • ✅ Digest-pinned image reference maintained.

Must-Check Items

  1. Validate manifest against target cluster version: The manifest uses helm.toolkit.fluxcd.io/v2 API and standard Kubernetes resources compatible with the cluster's Talos Linux + FluxCD setup. No new CRDs or incompatible features are introduced. The HelmRelease schema reference (app-template) is unchanged. ✅ Verified.

  2. Check for resource quota / limit changes: Resource requests (cpu: 50m, memory: 256Mi) and limits (cpu: 500m, memory: 1Gi) are unchanged from the previous version. No quota impact. ✅ Verified.

Unknowns / Needs Verification

  • SearXNG release notes: The upstream GitHub releases endpoint returned no tags matching 2026.8.1. SearXNG may use commit-based tagging without formal GitHub Releases, so detailed changelog content could not be fetched. The version bump appears to be a routine monthly/weekly update based on the naming pattern. This is noted at info severity — it does not block merge but operators should monitor logs post-deploy for any unexpected behavior.

@github-actions github-actions 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.

Inline findings from the automated review (summary in the sticky comment).

image:
repository: ghcr.io/searxng/searxng
tag: 2026.7.31-057a77168@sha256:f9d1250cca864c93d8831fe0e5e686f3999922cc9abe76a86bb8d1aa4e050877
tag: 2026.8.1-8892414dc@sha256:ec536bcd1e83577aad4cc07f7ecb9a30858a9a905d2d57c8796abc83f872a036

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Info (docs): Upstream SearXNG release notes for version 2026.8.1 could not be fetched from GitHub Releases; monitor application logs post-deploy for behavioral changes.

Automated finding from AI PR review.

@Tanguille
Tanguille merged commit 1f5cd27 into main Aug 1, 2026
15 checks passed
@Tanguille
Tanguille deleted the renovate/ghcr.io-searxng-searxng-2026.x branch August 1, 2026 11:38
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