forked from deliverybot/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
29 lines (29 loc) · 1.1 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Deliverybot Helm Action
description: Deploys a helm chart
author: deliverybot
inputs:
release:
description: Helm release name. Will be combined with track if set. (required)
(deployment)
namespace:
description: Kubernetes namespace name. (required) (deployment)
chart:
description: Helm chart path. If set to "app" this will use the built in helm
chart found in this repository. (required) (deployment)
values:
description: Helm chart values, expected to be a YAML or JSON string. (deployment)
dry-run:
description: Task name. If the task is "remove" it will remove the configured
helm release. (deployment)
token:
description: Github repository token. If included and the event is a deployment
the deployment_status event will be fired.
value-files:
description: Additional value files to apply to the helm chart. Expects JSON encoded
array or a string. (deployment)
secrets:
description: Secret variables to include in value file interpolation. Expects
JSON encoded map.
runs:
using: docker
image: gcr.io/deliverybot/helm:v0.1.2