Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Paladin configurations and add VS Code launch configurations #445

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dwertent
Copy link
Contributor

@dwertent dwertent commented Nov 19, 2024

Overview

1. Enhancements to baseLedgerEndpoint Configuration

  • The baseLedgerEndpoint in the Paladin node configurations now supports specifying the endpoint type (local or endpoint) with the corresponding details:
    • Local Configuration:
      spec:
        baseLedgerEndpoint:
          type: local
          local:
            nodeName: node2
    • Network Configuration:
      spec:
        baseLedgerEndpoint:
          type: endpoint
          endpoint:
            jsonrpc: "https://besu.node"
            ws: "wss://besu.mode"
            auth:
              type: secret
              secret:
                name: besu-secret

2. Build Enhancements

  • The build.gradle file has been updated to include a new task for preparing artifacts.
  • The github action will release the artifacts as well, this will enable installing the CRs independently from the operator installation . Here is an example.

@dwertent dwertent marked this pull request as ready for review November 20, 2024 16:45
Copy link
Contributor

@hosie hosie left a comment

Choose a reason for hiding this comment

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

LGTM

operator/config/crd/bases/core.paladin.io_paladins.yaml Outdated Show resolved Hide resolved
…gurations to include the type and local nodeName.

Update the build.gradle file for the Paladin operator to include a new task for preparing artifacts.

Add a launch.json file for VS Code to include configurations for running the controller, contract generator, template generator, and artifacts generator.

Update the chart versions in the Paladin operator and Paladin operator CRD charts to reflect the changes.

Signed-off-by: dwertent <[email protected]>
@dwertent dwertent merged commit c573468 into main Nov 22, 2024
7 checks passed
@dwertent dwertent deleted the gitops-operator branch November 22, 2024 19:51
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