fivekoalas/Diff Helm Chart
A Github action diff helm charts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targetChartPath | The path to the chart to be compared | yes | — |
| currentChartPath | The path to the chart to be compared | yes | — |
| valuesPath | The path to the file containing the values | no | values-dev.yaml |
| targetValuesRepo | The repository containing the target values | no | — |
| currentValuesRepo | The repository containing the current values | yes | — |
| currentValuesBranch | The branch containing the current values | no | develop |
| token | The Github token | no | ${{ github.token }} |
| targetBranchRegex | The regex to match the target branch on pull requests body | no | target: (.*) |
| asMarkdown | Whether to format the output as markdown | no | true |
Outputs
| name | description |
|---|---|
| changed | Whether the charts are different |
| diff | The diff between the charts |
| targetTemplate | The target chart rendered with the target values |