Skip to content

Commit

Permalink
add timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Apr 5, 2023
1 parent b7ea295 commit 4c0107f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,43 @@ 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
helm:
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:
Expand Down

0 comments on commit 4c0107f

Please sign in to comment.