Skip to content

Commit 00583cd

Browse files
committed
Update version
1 parent a8b77d3 commit 00583cd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

stable/helm/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
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-

stable/helm/plugin.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: codefresh/plugin-helm
2-
tag: master
3-
version: 1.0.0
2+
tag: 2.7.2
3+
version: 1.1.0
44
description: Release a Helm chart (update or install)
55
keywords:
66
- helm
@@ -13,6 +13,9 @@ maintainers: # (optional)
1313
email: alexei@codefresh.io
1414
icon: https://avatars0.githubusercontent.com/u/29493517?v=4&s=400
1515
envs:
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
@@ -33,7 +36,5 @@ envs:
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

0 commit comments

Comments
 (0)