Skip to content

Remove duplicate reana_workflow_controller configuration#4

Draft
Copilot wants to merge 2 commits intofirst-version-vre-chartfrom
copilot/sub-pr-2
Draft

Remove duplicate reana_workflow_controller configuration#4
Copilot wants to merge 2 commits intofirst-version-vre-chartfrom
copilot/sub-pr-2

Conversation

Copy link

Copilot AI commented Jan 5, 2026

The reana_workflow_controller configuration was defined twice in vre/values.yaml with different images, causing ambiguity about which would be applied.

Changes

  • Removed duplicate top-level reana.reana_workflow_controller (lines 343-345)
  • Retained properly nested reana.components.reana_workflow_controller (lines 284-289) per REANA Helm chart structure

Before:

reana:
  components:
    reana_workflow_controller:
      image: docker.io/reanahub/reana-workflow-controller:0.9.4
      # ... environment config

  # Duplicate at wrong level
  reana_workflow_controller:
    image: docker.io/volodymyrsavchenko/reana-workflow-controller:latest

After:

reana:
  components:
    reana_workflow_controller:
      image: docker.io/reanahub/reana-workflow-controller:0.9.4
      # ... environment config

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Jan 5, 2026
Co-authored-by: volodymyrss <3909535+volodymyrss@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback from review on VRE integrated chart PR Remove duplicate reana_workflow_controller configuration Jan 5, 2026
Copilot AI requested a review from volodymyrss January 5, 2026 14:20
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.

2 participants