tekh is a tool to maintain terraform modules that configure kubernetes applications using a combination of TErraform, Kustomize and Helm
This action updates a tekh repository to latest version
chart
Required The name of the helm chart to useurl
Required The url of the helm repository containing the chartvalues
- path to a values file to use - defaults to noneadditional
- additional arguments to pass to helm - defaults to noneupdate_documentation
- whether to update the documentation - defaults to falsedocumentation_file
- file to update - defaults to README.md
The version of helm after running tekh
Whether the version has changed
uses: Skedulo/tekh@v1
with:
chart: karpenter/karpenter
url: https://charts.karpenter.sh
values: values.yaml
additional: -a policy/v1
update_documentation: true