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 1515 ...
1616
1717 release_to_env :
18- image : codefresh/plugin-helm
18+ image : codefresh/plugin-helm:2.7.2
1919
2020 ...
2121
@@ -25,12 +25,11 @@ steps:
2525
2626- ** required** ` CHART_NAME ` - Helm chart name
2727- ** 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 )
2929- ` NAMESPACE ` - target Kubernetes namespace
3030- ` CHART_VERSION ` - application chart version to install
3131- ` CHART_REPO_URL ` - Helm chart repository URL
3232- ` DRY_RUN ` - do a "dry run" installation (do not install anything, useful for Debug)
3333- ` DEBUG ` - print verbose install output
3434- ` WAIT ` - block step execution till installation completed and all Kubernetes resources are ready
3535- ` TIMEOUT ` - wait timeout (5min by default)
36-
Original file line number Diff line number Diff line change 11image : codefresh/plugin-helm
2- tag : master
3- version : 1.0 .0
2+ tag : 2.7.2
3+ version : 1.1 .0
44description : Release a Helm chart (update or install)
55keywords :
66 - helm
@@ -13,6 +13,9 @@ maintainers: # (optional)
1313 email : alexei@codefresh.io
1414icon : https://avatars0.githubusercontent.com/u/29493517?v=4&s=400
1515envs :
16+ - name : KUBE_CONTEXT
17+ type : required
18+ description : Kubernetes context to use
1619 - name : CHART_NAME
1720 type : required
1821 description : Helm chart name to release
3336 description : block step execution till installation completed and all Kubernetes resources are ready
3437 - name : TIMEOUT
3538 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