synapsecns / sanguine

Synapse Monorepo
MIT License
35 stars 27 forks source link

[RFQ] Helm Chart #1766

Open trajan0x opened 7 months ago

trajan0x commented 7 months ago

Publish current helm chart used for #1650 deployment w/ example config

greptile-apps[bot] commented 2 months ago

To publish the current Helm chart used for the #1650 deployment, follow these steps:

  1. Navigate to the charts/agents directory.
  2. Ensure the Chart.yaml file is up-to-date with the correct version and dependencies.
  3. Verify the values.yaml file contains the necessary default values and example configurations.
  4. Package the Helm chart using the command:
    helm package .
  5. Upload the packaged chart to your Helm repository.
  6. Update the README.md file with instructions and example configurations if necessary.

Relevant files:

References

/charts/agents/Chart.yaml /charts/agents/values.yaml

Ask Greptile