File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ image : codefresh/ecs
2
+ tag : 2.7.2
3
+ version : 1.1.0
4
+ description : Release a Helm chart (update or install)
5
+ keywords :
6
+ - ecs
7
+ - deploy
8
+ - containers
9
+ home : https://github.com/codefresh-io/cf-deploy-ecs.git
10
+ sources :
11
+ - https://github.com/codefresh-io/cf-deploy-ecs.git
12
+ maintainers : # (optional)
13
+ - name : Oleg Verhovsky
14
+
15
+ icon : https://www.metricly.com/wp-content/uploads/2017/07/ECSIcon.png
16
+ envs :
17
+ - name : AWS_ACCESS_KEY_ID
18
+ type : required
19
+ description : Amazon access key ID
20
+ - name : AWS_SECRET_ACCESS_KEY
21
+ type : required
22
+ description : amazon secret key (make sure it's encrypted)
23
+ - name : aws-region
24
+ type : required
25
+ description : Helm release name
26
+ - name : region
27
+ type : required
28
+ description : aws region
29
+ - name : cluster_name
30
+ type : required
31
+ description : ecs cluster name
32
+ - name : service_name
33
+ type : required
34
+ description : ecs service name
35
+ context :
36
+ - kind : Amazon ECS
You can’t perform that action at this time.
0 commit comments