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

docs: updated paths in benthos migration #1591

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/connect/MIGRATION_FROM_BENTHOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The options accepted by this chart in version `3.0.0` are backwards compatible w

## Major Differences

- The default docker image has changed from `jeffail/benthos` to `docker.redpanda.com/redpandadata/connect`
- The default docker image has changed from `jeffail/benthos` to `redpandadata/connect`
dersvenhesse marked this conversation as resolved.
Show resolved Hide resolved
- The `name` of every resource has changed. Specifically, occurrences of `benthos` have been replaced with `redpanda-connect`
- The following labels on all resources will have new values:
- `helm.sh/chart`
Expand All @@ -22,7 +22,7 @@ The best way to switch to the new helm chart is to deploy a new release of the n
```
$ helm list -q
benthos-1730406308
$ helm repo add https://charts.redpanda.com/
$ helm repo add redpanda https://charts.redpanda.com/
$ helm install --generate-name -f values.yml redpanda/connect
... (verify that the new pods are working)
$ helm uninstall benthos-1730406308
Expand Down