Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amoreena authored Jul 17, 2024
1 parent ed882e9 commit ddc2f4f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,32 @@ the prebuilt image or a customer collector build at this time.
See the [recommended custom collector build
configuration](./arrow/otelcolarrow-build.yaml) as a starting
point.

----
### Contributing

Our deployment process is powered by GitHub Actions.

#### After Merging to Main

Once your changes have been merged into the main branch:

### Updating Arrow Files

If you've made changes to the arrow files, follow these steps:

#### Creating and Publishing a Docker Image

1. **Find the relevant workflow**: Look for "Create and publish a Docker image for Otel Collectors with Arrow".
2. **Run the workflow**: Click on 'Run workflow' to initiate the Docker image creation and publishing process.

### Updating Charts

If you've made changes to the chart files, follow these steps:

#### Releasing Helm Chart Changes

For releasing changes to Helm charts, follow these steps:

1. **Find the relevant workflow**: Locate "Release Charts".
2. **Run the workflow**: Click on 'Run workflow' to trigger the release process for Helm charts.

0 comments on commit ddc2f4f

Please sign in to comment.