Skip to content

chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ 1510df8 )#1241

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-electh-nextflux-latest
Open

chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ 1510df8 )#1241
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-electh-nextflux-latest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Update Change
docker.io/electh/nextflux digest cdff9571510df8

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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 Nextflux container image configuration to the latest version.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c3c5637f-2fa9-46b0-b879-3b8862bfb8b6

📥 Commits

Reviewing files that changed from the base of the PR and between 7e7e55d and 6b8ce95.

📒 Files selected for processing (1)
  • kubernetes/apps/default/nextflux/app/helmrelease.yaml
✅ Files skipped from review due to trivial changes (1)
  • kubernetes/apps/default/nextflux/app/helmrelease.yaml

📝 Walkthrough

Walkthrough

Updated the Nextflux container image digest in a HelmRelease configuration by changing the SHA256 hash in spec.values.controllers.nextflux.containers.nextflux.image.tag from latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8 to latest@sha256:1510df85fe85f5a36a9b4ccaac42594524f5cc70db9c62aa01fa7ee3f30fd42f. Repository and pullPolicy: Always remain unchanged.

Changes

Cohort / File(s) Summary
Image Digest Update
kubernetes/apps/default/nextflux/app/helmrelease.yaml
Replaced Nextflux image tag digest from latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8 to latest@sha256:1510df85fe85f5a36a9b4ccaac42594524f5cc70db9c62aa01fa7ee3f30fd42f in HelmRelease values.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

area/kubernetes

Suggested reviewers

  • jfroy

Poem

🐰 A tiny nibble, a new hash to chew,
The container hops forward, crisp and new,
PullPolicy steady, no fuss or fray,
One line swapped — we bounce on our way! 🥕✨

🚥 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 pull request title accurately describes the main change: updating the Nextflux container image digest from cdff957 to 1510df8, which directly matches the actual changeset.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/docker.io-electh-nextflux-latest

Review rate limit: 9/10 reviews remaining, refill in 6 minutes.

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

--- HelmRelease: default/nextflux Deployment: default/nextflux

+++ HelmRelease: default/nextflux Deployment: default/nextflux

@@ -44,13 +44,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/Los_Angeles
-        image: docker.io/electh/nextflux:latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+        image: docker.io/electh/nextflux:latest@sha256:1510df85fe85f5a36a9b4ccaac42594524f5cc70db9c62aa01fa7ee3f30fd42f
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
             path: /
             port: 3000
         name: nextflux

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

--- kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux

+++ kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux

@@ -32,13 +32,13 @@

           nextflux:
             env:
               TZ: America/Los_Angeles
             image:
               pullPolicy: Always
               repository: docker.io/electh/nextflux
-              tag: latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+              tag: latest@sha256:1510df85fe85f5a36a9b4ccaac42594524f5cc70db9c62aa01fa7ee3f30fd42f
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   httpGet:

@renovate renovate Bot changed the title chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ c9faa95 ) chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ 1510df8 ) May 1, 2026
@renovate renovate Bot force-pushed the renovate/docker.io-electh-nextflux-latest branch from 7e7e55d to 6b8ce95 Compare May 1, 2026 17:37
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.

0 participants