File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
...
16
16
17
17
release_to_env :
18
- image : codefresh/plugin-helm
18
+ image : codefresh/plugin-helm:2.7.2
19
19
20
20
...
21
21
@@ -25,12 +25,11 @@ steps:
25
25
26
26
- ** required** ` CHART_NAME ` - Helm chart name
27
27
- ** required** ` RELEASE_NAME ` - Helm release name
28
- - ** required** ` KUBE_CONFIG ` - Kubernetes configuration file (single line base64 encoded string )
28
+ - ** required** ` KUBE_CONTEXT ` - Kubernetes context to use (cluster name from Codefresh-Kubernetes integration )
29
29
- ` NAMESPACE ` - target Kubernetes namespace
30
30
- ` CHART_VERSION ` - application chart version to install
31
31
- ` CHART_REPO_URL ` - Helm chart repository URL
32
32
- ` DRY_RUN ` - do a "dry run" installation (do not install anything, useful for Debug)
33
33
- ` DEBUG ` - print verbose install output
34
34
- ` WAIT ` - block step execution till installation completed and all Kubernetes resources are ready
35
35
- ` TIMEOUT ` - wait timeout (5min by default)
36
-
Original file line number Diff line number Diff line change 1
1
image : codefresh/plugin-helm
2
- tag : master
3
- version : 1.0 .0
2
+ tag : 2.7.2
3
+ version : 1.1 .0
4
4
description : Release a Helm chart (update or install)
5
5
keywords :
6
6
- helm
@@ -13,6 +13,9 @@ maintainers: # (optional)
13
13
email : alexei@codefresh.io
14
14
icon : https://avatars0.githubusercontent.com/u/29493517?v=4&s=400
15
15
envs :
16
+ - name : KUBE_CONTEXT
17
+ type : required
18
+ description : Kubernetes context to use
16
19
- name : CHART_NAME
17
20
type : required
18
21
description : Helm chart name to release
33
36
description : block step execution till installation completed and all Kubernetes resources are ready
34
37
- name : TIMEOUT
35
38
description : wait timeout (5min by default)
36
- volumes :
37
- - name : /root/.kube/config
38
- required : true
39
- description : Kubernetes configuration file (**TODO** need to be implemented)
39
+ context :
40
+ - kind : kubernetes
You can’t perform that action at this time.
0 commit comments