|
1 |
| -image: codefresh/plugin-helm |
2 |
| -tag: 2.7.2 |
3 |
| -version: 1.1.0 |
4 |
| -description: Release a Helm chart (update or install). There is a new Helm plugin with added capabilities, we are keeping this plugin as is for backward-compatibility. The new plugin is at /incubator/helm (https://github.com/codefresh-io/plugins/tree/master/incubator/helm) |
5 |
| -keywords: |
6 |
| - - helm |
7 |
| - - kubernetes |
8 |
| -home: https://github.com/codefresh-io/cf-plugin-helm |
9 |
| -sources: |
10 |
| - - https://github.com/codefresh-io/cf-plugin-helm |
11 |
| -maintainers: # (optional) |
| 1 | +title: Vault Plugin |
| 2 | +image: codefresh/plugin-helm:2.7.2 |
| 3 | +description: 'Release a Helm chart (update or install). There is a new Helm plugin with added capabilities, we are keeping this plugin as is for backward-compatibility. The new plugin is at /incubator/helm (https://github.com/codefresh-io/plugins/tree/master/incubator/helm)' |
| 4 | +category: |
| 5 | + - Featured |
| 6 | +source: 'https://github.com/codefresh-io/cf-plugin-helm' |
| 7 | +logo: 'https://raw.githubusercontent.com/codefresh-io/plugins/new-pipeline/plugins/vault/logo.jpg' |
| 8 | +maintainers: |
12 | 9 | - name: Alexei Ledenev
|
13 |
| - |
14 |
| -icon: https://avatars0.githubusercontent.com/u/29493517?v=4&s=400 |
15 | 10 | envs:
|
16 | 11 | - name: KUBE_CONTEXT
|
17 |
| - type: required |
18 |
| - description: Kubernetes context to use |
| 12 | + description: 'Kubernetes context to use (required)' |
19 | 13 | - name: CHART_NAME
|
20 |
| - type: required |
21 |
| - description: Helm chart name to release |
| 14 | + description: 'Helm chart name to release (required)' |
22 | 15 | - name: RELEASE_NAME
|
23 |
| - type: required |
24 |
| - description: Helm release name |
| 16 | + description: 'Helm release name (required)' |
25 | 17 | - name: NAMESPACE
|
26 | 18 | description: target Kubernetes namespace
|
27 | 19 | - name: CHART_VERSION
|
28 | 20 | description: application chart version to install
|
29 | 21 | - name: CHART_REPO_URL
|
30 | 22 | description: Helm chart repository URL
|
31 | 23 | - name: DRY_RUN
|
32 |
| - description: do a "dry run" installation (do not install anything, useful for Debug) |
| 24 | + description: 'do a "dry run" installation (do not install anything, useful for Debug)' |
33 | 25 | - name: DEBUG
|
34 | 26 | description: print verbose install output
|
35 | 27 | - name: WAIT
|
36 | 28 | description: block step execution till installation completed and all Kubernetes resources are ready
|
37 | 29 | - name: TIMEOUT
|
38 |
| - description: wait timeout (5min by default) |
39 |
| -context: |
40 |
| - - kind: kubernetes |
| 30 | + description: 'wait timeout (5min by default)' |
0 commit comments