Skip to content

Commit f6f3537

Browse files
committed
new helm readme change
1 parent 1e415db commit f6f3537

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

incubator/helm/.swp

-12 KB
Binary file not shown.

incubator/helm/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Set required and optional environment variable and add the following step to you
88

99
```yaml
1010
Helm Upgrade:
11-
image: 'codefresh/plugin-helm:2.8.0'
11+
image: 'codefresh/cfstep-helm:2.8.0'
1212
```
1313
1414
## Environment Variables
@@ -53,6 +53,11 @@ custom_env_open_STORAGE__AMAZON__BUCKET=my-s3-bucket
5353

5454
Add Kubernetes integration to Codefresh: `> Account Settings > Integration > Kubernetes`. From now on, you can use added Kubernetes cluster in Codefresh pipeline, addressing its context by the name you see in `Clusters` menu.
5555

56+
## Helm Reposiroty Configuration
57+
58+
To install a chart from a private repository, add your repository in Codefresh, and inject it into the pipeline by selecting it under "Environment Variables" -> "Import from shared configuration".
59+
Then you can simple select the chart with the `CHART_NAME` variable. No additional configuration needed.
60+
5661
## Example
5762

5863
The example below will run `helm upgrade` using Helm chart with the name `mychart` located in `https://helmrepo.codefresh.io/codefresh/helm` Helm chart repository using the `myrelease` Helm release name against `mycluster` Kubernetes cluster in the `mynamespace` Kubernetes Namespace.

incubator/helm/plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
image: codefresh/cfstep-helm
2-
tag: 2.8.1
32
version: 1.0.0
43
description: Release a Helm chart (update or install)
54
keywords:

0 commit comments

Comments
 (0)