forked from deliverybot/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
32 lines (32 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
30
31
32
name: Deliverybot Helm Action
description: Deploys a helm chart
author: deliverybot
icon: box
color: gray-dark
inputs:
release:
description: Helm release name. Will be combined with track if set. (required)
namespace:
description: Kubernetes namespace name. (required)
chart:
description: Helm chart path. If set to "app" this will use the built in helm
chart found in this repository. (required)
values:
description: Helm chart values, expected to be a YAML or JSON string.
dry-run:
description: Task name. If the task is "remove" it will remove the configured
helm release.
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.
secrets:
description: Secret variables to include in value file interpolation. Expects
JSON encoded map.
version:
description: Version of the app, usually commit sha works here.
runs:
using: docker
image: Dockerfile