fivekoalas/Diff Helm Chart

A Github action diff helm charts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetChartPathThe path to the chart to be comparedyes
currentChartPathThe path to the chart to be comparedyes
valuesPathThe path to the file containing the valuesnovalues-dev.yaml
targetValuesRepoThe repository containing the target valuesno
currentValuesRepoThe repository containing the current valuesyes
currentValuesBranchThe branch containing the current valuesnodevelop
tokenThe Github tokenno${{ github.token }}
targetBranchRegexThe regex to match the target branch on pull requests bodynotarget: (.*)
asMarkdownWhether to format the output as markdownnotrue
namedescription
changedWhether the charts are different
diffThe diff between the charts
targetTemplateThe target chart rendered with the target values