Skip to content

fix(container): update image ghcr.io/anomalyco/opencode (1.18.9 ➔ 1.18.10) - #4262

Merged
Tanguille merged 1 commit into
mainfrom
renovate/ghcr.io-anomalyco-opencode-1.x
Jul 30, 2026
Merged

fix(container): update image ghcr.io/anomalyco/opencode (1.18.9 ➔ 1.18.10)#4262
Tanguille merged 1 commit into
mainfrom
renovate/ghcr.io-anomalyco-opencode-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/anomalyco/opencode patch 1.18.91.18.10

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

  • Chores
    • Updated the OpenCode application to version 1.18.10.
    • Includes the corresponding updated container image for improved deployment consistency.

@coderabbitai

coderabbitai Bot commented Jul 30, 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: 65792d0b-1699-4d34-bd51-7284633fa659

📥 Commits

Reviewing files that changed from the base of the PR and between f897ecb and fda7b7b.

📒 Files selected for processing (1)
  • kubernetes/apps/ai/opencode/app/helmrelease.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)

📝 Walkthrough

Walkthrough

The OpenCode HelmRelease app container image is updated from version 1.18.9 to 1.18.10, including its sha256 digest.

Changes

OpenCode image update

Layer / File(s) Summary
Update app image reference
kubernetes/apps/ai/opencode/app/helmrelease.yaml
The app container image tag and sha256 digest are updated from 1.18.9 to 1.18.10.

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 accurately describes the main change: updating the opencode container image from 1.18.9 to 1.18.10.
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-anomalyco-opencode-1.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/ai/opencode
! ± value change
- ghcr.io/anomalyco/opencode:1.18.9@sha256:f958f81ae08f5f9bf16e2bb3cd6e472b2ce6aa024a741c3e2dec1ed89ea69232
+ ghcr.io/anomalyco/opencode:1.18.10@sha256:290dc1bf5075542a05ed719a3eb1dfc23186fa6e5007a3b351e4fb8764d1360c

@tanguille-cluster

Copy link
Copy Markdown
@@ spec.values.controllers.app.containers.app.image.tag @@
# helm.toolkit.fluxcd.io/v2/HelmRelease/ai/opencode
! ± value change
- 1.18.9@sha256:f958f81ae08f5f9bf16e2bb3cd6e472b2ce6aa024a741c3e2dec1ed89ea69232
+ 1.18.10@sha256:290dc1bf5075542a05ed719a3eb1dfc23186fa6e5007a3b351e4fb8764d1360c

@github-actions

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 patch-level container image update for opencode (1.18.9 → 1.18.10) with a valid SHA256 digest pin. The change is minimal, follows repository conventions, and satisfies all mandatory checklist items.

Change-by-Change Findings

kubernetes/apps/ai/opencode/app/helmrelease.yaml

  • Updated image tag from 1.18.9@sha256:f958f81ae08f5f9bf16e2bb3cd6e472b2ce6aa024a741c3e2dec1ed89ea69232 to 1.18.10@sha256:290dc1bf5075542a05ed719a3eb1dfc23186fa6e5007a3b351e4fb8764d1360c.
  • Digest pinning is preserved, which aligns with the repository's security posture for container images.
  • No changes to resource requests/limits, probes, persistence, or routing configuration.

Must-Check Items

  1. Validate manifest against target cluster version: ✅ Verified. The HelmRelease uses helm.toolkit.fluxcd.io/v2 API version, which is supported on current Flux v2 deployments. The app-template chart reference via OCIRepository is unchanged and consistent with other apps in this repository. No schema violations detected.

  2. Check for resource quota / limit changes: ✅ Verified. Resource requests (cpu: 100m, memory: 256Mi) and limits (cpu: 1, memory: 2Gi) remain unchanged. No impact on namespace quotas or node capacity.

Standards Compliance

  • Follows Conventional Commit format (fix(container): ...).
  • Uses digest-pinned images, consistent with repository security standards.
  • No secrets, credentials, or SOPS-managed files modified.
  • Change scope is focused and minimal (single file, single line).

Release Notes

Upstream release notes for anomalyco/opencode v1.18.10 were not retrievable via the GitHub Releases API (404). As this is a patch version bump (minor sub-version increment), no breaking changes are expected. The upstream repository does not appear to publish formal release artifacts on GitHub Releases for this project. If user-visible changes exist, they would typically be documented in the project's changelog or commit history, but none were available through standard channels.

Unknowns

  • Upstream release notes/changelog for opencode 1.18.10 could not be fetched. This is an info-level gap; patch bumps generally carry low risk, and the digest pin ensures reproducibility regardless of missing documentation.

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