https://github.com/launchbynttdata/actions-helm-resolve_dependencies
GitHub Action for Helm to resolve Chart dependencies
https://github.com/launchbynttdata/actions-helm-resolve_dependencies
actions helm platform-automation
Last synced: 7 months ago
JSON representation
GitHub Action for Helm to resolve Chart dependencies
- Host: GitHub
- URL: https://github.com/launchbynttdata/actions-helm-resolve_dependencies
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-03-18T17:50:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:25:02.000Z (over 1 year ago)
- Last Synced: 2025-02-22T16:18:13.489Z (over 1 year ago)
- Topics: actions, helm, platform-automation
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action to Recursively Resolve Chart Dependencies
## About
This action is designed to simplify the process of resolving chart dependencies in Helm. It will download, unpack, examine, and recursively resolve chart dependencies for the specified chart.
## Usage
```workflow
...
steps:
- name: Resolve Chart Dependencies
uses: launchbynttdata/actions-helm-resolve_dependencies@v0
with:
chart_path: path/to/top/Chart.yaml
...
```
To use this action, you need to provide the following input:
* `chart_path`: The path to the top-level chart from where the dependency resolution should start.