starburst997/FluxCD Reconcile
Trigger FluxCD reconciliation for HelmChart and HelmRelease
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kube-config | Kubernetes configuration (base64 encoded or plain text) | yes | — |
| name | Simple mode: Application name (will generate chart-name as 'name-name' and use as release-name) | no | — |
| namespace | Simple mode: Application namespace (will use as release-namespace) | no | — |
| chart-name | Name of the HelmChart to reconcile (ignored if 'name' is provided) | no | — |
| registry-namespace | Namespace where the HelmChart source is located | no | flux-registry |
| release-name | Name of the HelmRelease to reconcile (ignored if 'name' is provided) | no | — |
| release-namespace | Namespace where the HelmRelease is located (ignored if 'namespace' is provided) | no | — |
| chart-timeout | Timeout for HelmChart reconciliation | no | 2m |
| release-timeout | Timeout for HelmRelease reconciliation | no | 5m |
| git-push | Push commits and tags to remote repository | no | false |
| version | Expected chart version to verify after reconciliation (optional) | no | — |
| clean-version | Clean version string by removing 'v' prefix and '-XXXXXX' suffix | no | true |
Outputs
no outputs