diff --git a/actions/helm/prepare-chart/README.md b/actions/helm/prepare-chart/README.md
index 286489bb..b5d3f93e 100644
--- a/actions/helm/prepare-chart/README.md
+++ b/actions/helm/prepare-chart/README.md
@@ -1,16 +1,62 @@
+
+#  GitHub Action: Prepare Helm Chart
+
+
+

+
+
+---
+
+
+[](https://github.com/marketplace/actions/prepare-helm-chart)
+[](https://github.com/hoverkraft-tech/ci-github-container/releases)
+[](http://choosealicense.com/licenses/mit/)
+[](https://img.shields.io/github/stars/hoverkraft-tech/ci-github-container?style=social)
+[](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md)
+
+
+## Overview
+
+Add Helm repositories and build chart dependencies
+for all charts found under a path.
+
+
+## Usage
+
+```yaml
+- uses: hoverkraft-tech/ci-github-container/actions/helm/prepare-chart@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
+ with:
+ # Path containing the chart(s) to prepare
+ # This input is required.
+ path: ""
+
+ # List of Helm repositories to add before building chart dependencies.
+ # See https://helm.sh/docs/helm/helm_repo_add/.
+ helm-repositories: ""
+```
+
+
+## Inputs
+
+| **Input** | **Description** | **Required** | **Default** |
+| ----------------------- | -------------------------------------------------------------------- | ------------ | ----------- |
+| **`path`** | Path containing the chart(s) to prepare | **true** | - |
+| **`helm-repositories`** | List of Helm repositories to add before building chart dependencies. | **false** | - |
+| | See . | | |
+
@@ -27,15 +73,36 @@
-->
+
+## Contributing
+
+Contributions are welcome! Please see the [contributing guidelines](https://github.com/hoverkraft-tech/ci-github-container/blob/main/CONTRIBUTING.md) for more details.
+
+
+## License
+
+This project is licensed under the MIT License.
+
+SPDX-License-Identifier: MIT
+
+Copyright © 2026 hoverkraft
+
+For more details, see the [license](http://choosealicense.com/licenses/mit/).
+
+
+---
+
+This documentation was automatically generated by [CI Dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor).
+