Skip to content

Commit 9f34904

Browse files
committed
DBZ-8791 Remove Helm from README.md
1 parent 2b15178 commit 9f34904

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,26 @@ _Note: while the script uses these manifests files, the bundles included in the
4343
```
4444

4545

46+
4647
## Creating new HELM charts
47-
Following these steps to create Helm chart for new Debezium Operator release.
4848

49-
```bash
49+
~~Following these steps to create Helm chart for new Debezium Operator release.~~
50+
51+
<del>
5052
# Change the following (should match maven version for desired release)
5153
export DEBEZIUM_VERSION="X.Y.Z.Final"
52-
5354
# Install chart to helm/charts
5455
# (and commit right away)
5556
./scripts/install-helm-chart.sh -v $DEBEZIUM_VERSION --commit
56-
```
57+
</del>
5758

58-
_Note: After installing the chart you should review it for any potential problems and adjust accordingly. In case the changes were also committed, ammend any changes to the latest commit._
59+
~~_Note: After installing the chart you should review it for any potential problems and adjust accordingly. In case the changes were also committed, ammend any changes to the latest commit._~~
5960

60-
Now push the changes and open a PR agaisnt the main branch of [manifest repo](https://github.com/debezium/debezium-operator-manifests) and all is done. GHA pipeline will create a GH release for new chart and publish it to index available at [charts.debezium.io](https://charts.debezium.io/index.yaml).
61+
~~Now push the changes and open a PR agaisnt the main branch of [manifest repo](https://github.com/debezium/debezium-operator-manifests) and all is done. GHA pipeline will create a GH release for new chart and publish it to index available at [charts.debezium.io](https://charts.debezium.io/index.yaml).~~
6162

63+
Debezium Helm charts are now part of the Debezium release process. The charts are published to index available at [charts.debezium.io](https://charts.debezium.io/index.yaml).
64+
For more details, please refer to [debezium-charts](https://github.com/debezium/debezium-charts/blob/main/README.md).
65+
Any changes to the charts must be done in the relative project repo.
6266

6367
## Publishing bundles to OperatorHub catalogs
6468
Full documentation is available at [OperatorHub.io](https://operatorhub.io/contribute)

0 commit comments

Comments
 (0)