Skip to content

feat(request-node): update to 0.48.0#54

Open
github-actions[bot] wants to merge 1 commit intomainfrom
patch/request-node-0.48.0
Open

feat(request-node): update to 0.48.0#54
github-actions[bot] wants to merge 1 commit intomainfrom
patch/request-node-0.48.0

Conversation

@github-actions
Copy link
Contributor

Automated changes by create-pull-request GitHub action

@greptile-apps
Copy link

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Automated appVersion bump from 0.47.0 to 0.48.0 in the request-node Helm chart, generated by the create-pull-request GitHub Action.

  • Bumps appVersion in charts/request-node/Chart.yaml to track the latest request-node Docker image tag (0.48.0)
  • The chart version (0.9.0) is unchanged, consistent with the established pattern for automated app version bumps in this repository
  • No template, values, or other chart changes are included

Confidence Score: 5/5

  • This PR is safe to merge — it is a minimal, automated one-line version bump with no functional chart changes.
  • The change is a single-line bump of appVersion from 0.47.0 to 0.48.0, following the exact same pattern as dozens of previous automated PRs. No templates, values, or other files are modified. The image tag referenced by appVersion is consumed via .Chart.AppVersion in the StatefulSet template only when nodeImage.tag is not explicitly set, which is the expected behavior.
  • No files require special attention.

Important Files Changed

Filename Overview
charts/request-node/Chart.yaml Bumps appVersion from 0.47.0 to 0.48.0. Single-line change, consistent with the established automated version bump pattern.

Flowchart

flowchart TD
    A["Chart.yaml\nappVersion: 0.47.0 to 0.48.0"] --> B["StatefulSet Template"]
    B --> C{"nodeImage.tag set?"}
    C -->|Yes| D["Use nodeImage.tag"]
    C -->|No| E["Use Chart.AppVersion\n0.48.0"]
    D --> F["Container Image:\nrequestnetwork/request-node:TAG"]
    E --> F
Loading

Last reviewed commit: 6447ab3

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant