redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

feat: add redpanda connect chart #1575

Closed ooesili closed 2 weeks ago

ooesili commented 3 weeks ago

This PR refreshes the old chart repo and moves the chart here.

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.

ooesili commented 2 weeks ago

Last two bits:

Copy this stanza and modify it to be for connect. It triggers GHAs to run the test_connect.yaml file whenever there's changes to the directories that you've listed.

https://github.com/redpanda-data/helm-charts/blob/ad1edfc56b700815609b9785e6ca39729d89855c/.github/workflows/pull_requests.yaml#L118-L122

You'll need to add connect to this block, which will require the check when there are changes to the connect chart:

https://github.com/redpanda-data/helm-charts/blob/ad1edfc56b700815609b9785e6ca39729d89855c/.github/workflows/pull_requests.yaml#L135-L142

Got it, found another part of the file that I think needed similar modifications too