8000 GitHub - Skedulo/tekh-action at v1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Create a Github action to wrap the Tekh CLI - Managed By terraform-github

Notifications You must be signed in to change notification settings

Skedulo/tekh-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tekh github action

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

Inputs

  • chart Required The name of the helm chart to use
  • url Required The url of the helm repository containing the chart
  • values - path to a values file to use - defaults to none
  • additional - additional arguments to pass to helm - defaults to none
  • update_documentation - whether to update the documentation - defaults to false
  • documentation_file - file to update - defaults to README.md

Outputs

version

The version of helm after running tekh

changed

Whether the version has changed

Example usage

uses: Skedulo/tekh@v1
with:
  chart: karpenter/karpenter
  url: https://charts.karpenter.sh
  values: values.yaml
  additional: -a policy/v1
  update_documentation: true

About

Create a Github action to wrap the Tekh CLI - Managed By terraform-github

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0