Skip to content

fix(container): update image ghcr.io/anomalyco/opencode (1.18.12 ➔ 1.18.13) - #4336

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

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 4, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in ddca87e...8c141e7 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 4, 2026 1:59p.m. Review ↗
Shell Aug 4, 2026 1:59p.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 4, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The OpenCode HelmRelease now uses container image version 1.18.13 with its corresponding image digest.

Changes

OpenCode image update

Layer / File(s) Summary
Update OpenCode image reference
kubernetes/apps/ai/opencode/app/helmrelease.yaml
The OpenCode image changed from 1.18.12 to 1.18.13, with the corresponding digest update.

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 directly describes the main change: updating the OpenCode container image from version 1.18.12 to 1.18.13.
✨ 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.12@sha256:8d976d58008f546630f9fb548cb15f08a957441e6235a18cdaf574c09dc21364
+ ghcr.io/anomalyco/opencode:1.18.13@sha256:246ebd75d25380cde481b7507d38ed01ce813d541eb4c7412a25ba7d9bd1abe7

@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.12@sha256:8d976d58008f546630f9fb548cb15f08a957441e6235a18cdaf574c09dc21364
+ 1.18.13@sha256:246ebd75d25380cde481b7507d38ed01ce813d541eb4c7412a25ba7d9bd1abe7

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

AI Automated Review

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

Recommendation

Approve. This is a single-line, digest-pinned patch upgrade of the opencode container image from 1.18.12 to 1.18.13. The change is minimal, follows the repository's established Renovate container-update pattern, and does not alter any other manifest values, resources, or configuration.

Change-by-Change Findings

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

  • Image tag bump: ghcr.io/anomalyco/opencode 1.18.12@sha256:8d976d…1.18.13@sha256:246ebd…. The image is pinned by both tag and digest, which is the repository convention and prevents supply-chain drift.
  • No other changes: The diff touches only the image tag line. Environment variables, probes, resources, persistence, service, and route configuration are unchanged.
  • Resources: No resource quota or limit changes were made. The existing requests (100m CPU / 256Mi memory) and limits (1 CPU / 2Gi memory) remain intact.
  • Manifest validity: The HelmRelease uses the app-template chart via OCIRepository and follows the same structure as peer apps in the ai namespace. No schema or structural issues are apparent from the diff.

Release Notes

Upstream release notes for ghcr.io/anomalyco/opencode could not be verified. The GitHub API returned 404 for both opencode-v1.18.13 and opencode-v1.18.12 release tags, and the Renovate body does not include release notes. The change is a patch-level bump (1.18.121.18.13), so breaking changes are unlikely, but the specific user-visible changes are not verified.

Standards Compliance

  • Conventional Commit: PR title fix(container): update image ghcr.io/anomalyco/opencode (1.18.12 ➔ 1.18.13) follows the repo's Conventional Commit convention.
  • Digest pinning: The image is pinned by digest, consistent with the repository's Renovate configuration (see commit 9d39a0fa6 fix: automerge containers pinned to a digest).
  • Scope: The change is small and focused, touching only the intended manifest, per AGENTS.md guidance.
  • No shell scripts touched: The validate-pr.sh shellcheck requirement does not apply.

Tool Harness Findings

No tool harness output was produced for this review.

Unknowns or Needs Verification

  • Upstream release notes: Not verified. The GitHub API returned 404 for both the 1.18.13 and 1.18.12 release tags on anomalyco/opencode. The Renovate body also lacks release notes. This is a patch bump, so risk is low, but the specific changes between 1.18.12 and 1.18.13 remain unknown.
  • Cluster compatibility: The manifest targets the existing app-template chart and does not change the chart version or any cluster-level API. No compatibility matrix check is required for this container-only patch bump.

Must-Check Items

  • Validate manifest against target cluster version: The change does not alter any API versions, CRDs, or chart versions. The HelmRelease continues to use helm.toolkit.fluxcd.io/v2 and the existing app-template OCIRepository. No cluster-version compatibility concern is introduced.
  • Check for resource quota / limit changes: None. The diff modifies only the image tag; resource requests and limits are unchanged.

@Tanguille
Tanguille merged commit b7102ad into main Aug 4, 2026
15 checks passed
@Tanguille
Tanguille deleted the renovate/ghcr.io-anomalyco-opencode-1.x branch August 4, 2026 16:49
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