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

Doc 686 Update descriptions of configs in the RP Connect values file #1594

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 7 additions & 1 deletion .github/workflows/dispatch_helm_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,15 @@ jobs:
secret-ids: |
,sdlc/prod/github/actions_bot_token
parse-json-secrets: true
- name: Trigger generate-helm-spec-docs event
- name: Trigger doc generation in docs repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ env.ACTIONS_BOT_TOKEN }}
repository: redpanda-data/docs
event-type: generate-helm-spec-docs
- name: Trigger doc generation in rp-connect-docs repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ env.ACTIONS_BOT_TOKEN }}
repository: redpanda-data/rp-connect-docs
event-type: generate-helm-spec-docs
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@
#### Removed

## Connect Chart

### [3.0.1](https://github.com/redpanda-data/helm-charts/releases/tag/connect-3.0.1)
#### Changed
* Added complete descriptions for all options in the `values.yaml`.

### [3.0.0](https://github.com/redpanda-data/helm-charts/releases/tag/connect-3.0.0)
#### Added
* Refreshed chart and migrated from [the old standalone repo](https://github.com/redpanda-data/redpanda-connect-helm-chart)
2 changes: 1 addition & 1 deletion charts/connect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 3.0.0
version: 3.0.1

# The app version is the default version of Redpanda to install.
# ** NOTE for maintainers: please ensure the artifacthub image annotation is updated before merging
Expand Down
Loading