diff --git a/action.yml b/action.yml index 0d7906d..1535f90 100644 --- a/action.yml +++ b/action.yml @@ -12,19 +12,24 @@ inputs: description: Kubernetes namespace name. (required) required: true chart: - description: Helm chart path. If set to "app" this will use the built in helm + description: + Helm chart path. If set to "app" this will use the built in helm chart found in this repository. (required) required: true values: description: Helm chart values, expected to be a YAML or JSON string. required: false task: - description: Task name. If the task is "remove" it will remove the configured + description: + Task name. If the task is "remove" it will remove the configured helm release. required: false dry-run: description: Simulate an upgrade. required: false + timeout: + description: Time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s) + required: false atomic: description: If true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true. required: false @@ -32,15 +37,18 @@ inputs: description: Helm binary to execute, one of [helm, helm3]. required: false token: - description: Github repository token. If included and the event is a deployment + description: + Github repository token. If included and the event is a deployment the deployment_status event will be fired. required: false value-files: - description: Additional value files to apply to the helm chart. Expects JSON encoded + description: + Additional value files to apply to the helm chart. Expects JSON encoded array or a string. required: false secrets: - description: Secret variables to include in value file interpolation. Expects + description: + Secret variables to include in value file interpolation. Expects JSON encoded map. required: false version: