jamesatintegratnio/Kustomized Helm Action
Generate manifests for Helm and kustomize using GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 6, 2024
- License
- MIT
Pinned Snippet
uses: jamesatintegratnio/kustomized-helm-action@78bb35952301ce465af903fc2804b4b5ef21c52f # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_folder | The folder containing the Helm charts and kustomize overlays | yes | — |
| destination_branch | The branch to commit the changes to | yes | — |
| helm_version | The version of Helm to use | no | v3.14.4 |
| include_crds | Whether to include CRDs in the generated manifests | no | true |
| dry_run | Whether to skip the commit and push steps (its for testing) | no | false |
Outputs
no outputs