|
1 | | -image: codefresh/cfstep-helm |
2 | | -version: 1.0.0 |
3 | | -description: Release a Helm chart (update or install) |
4 | | -keywords: |
5 | | - - helm |
6 | | - - kubernetes |
7 | | -home: https://github.com/codefresh-io/pugins/tree/master/incubator/helm |
8 | | -sources: |
9 | | - - https://github.com/codefresh-contrib/cfplugin-step |
10 | | -maintainers: # (optional) |
| 1 | +title: Release a Helm chart |
| 2 | +image: codefresh/cfstep-helm:2.9.0 |
| 3 | +description: 'Release a Helm chart (update or install)' |
| 4 | +category: |
| 5 | + - Featured |
| 6 | +source: 'https://github.com/codefresh-contrib/cfplugin-step' |
| 7 | +logo: 'https://avatars0.githubusercontent.com/u/29493517?v=4&s=400' |
| 8 | +maintainers: |
11 | 9 | - name: Itay Shakury |
12 | | - email: itaysk@codefresh.io |
13 | | -icon: https://avatars0.githubusercontent.com/u/29493517?v=4&s=400 |
14 | 10 | envs: |
15 | 11 | - name: KUBE_CONTEXT |
16 | | - type: required |
17 | | - description: Kubernetes context to use (the name of the cluster as configured in Codefresh) |
| 12 | + description: 'Kubernetes context to use (the name of the cluster as configured in Codefresh) (required)' |
18 | 13 | - name: CHART_NAME |
19 | | - type: required |
20 | | - description: Helm chart name to release (path to chart folder, or name of packaged chart) |
| 14 | + description: 'Helm chart name to release (path to chart folder, or name of packaged chart) (required)' |
21 | 15 | - name: RELEASE_NAME |
22 | 16 | description: Helm release name |
23 | 17 | - name: NAMESPACE |
|
28 | 22 | description: application chart version to install |
29 | 23 | - name: CHART_REPO_URL |
30 | 24 | description: Helm chart repository URL (overriden by injected Helm repository context) |
31 | | - - name: CUSTOMFILE_<name> |
32 | | - description: Values file to provide to Helm (as --file). see usage information below. |
33 | | - - name: CUSTOM_<name> |
34 | | - description: Value to provide to Helm (as --set). see usage information below. |
35 | | -context: |
36 | | - - kind: kubernetes |
| 25 | + - name: 'CUSTOMFILE_<name>' |
| 26 | + description: 'Values file to provide to Helm (as --file). see usage information below.' |
| 27 | + - name: 'CUSTOM_<name>' |
| 28 | + description: 'Value to provide to Helm (as --set). see usage information below.' |
0 commit comments