Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update#565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 1 commit intomasterfromclassic-helm-step-updates
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions_docs/new-helm/helm-charts-and-repositories.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,9 +33,9 @@ For more details on adding extra Helm repositories see the [Helm integration pag

## Using Helm Repositories in a Codefresh pipeline

Once you have set up Helm integrations in Codefresh, you caninject single or multiple Helm repository contexts into your pipelines.
Select the **Import from shared configuration** option in the "Environment Variables" section, and then select the Helm repository or Helm repositories toinject into the pipeline.
The repository settings areinjected as environment variables into the pipeline so you canusethemasyou wish.
Once you have set up Helm integrations in Codefresh, you canimport single or multiple Helm repository contexts into your pipelines.
Select the **Import from shared configuration** option in the "Environment Variables" section, and then select the Helm repository or Helm repositories toimport into the pipeline.
The repository settings areimported as environment variables into the pipeline, touse asneeded.


{% include image.html
Expand All@@ -48,7 +48,7 @@ max-width="70%"
%}

If you are using the Helm step, the step uses the Helm repository context's settings to automatically connect to your authenticated repository.
If the pipeline has multiple Helm repository contexts, then you must specify the primaryrepsoitory context.
If the pipeline has multiple Helm repository contexts, then you must specify the primaryrepository context.

For more info on the Codefresh Helm step, see [Using Helm in Codefresh pipelines]({{site.baseurl}}/docs/new-helm/using-helm-in-codefresh-pipeline/).

Expand Down
4 changes: 2 additions & 2 deletions_docs/new-helm/using-helm-in-codefresh-pipeline.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -71,7 +71,7 @@ Once you have Helm repositories connected to Codefresh, you can import one or mo

1. Click the **Variables** tab on the right sidebar, and then click the **Settings** (gear) icon.
1. Click **Import from shared configuration**, and select the Helm context or contexts to import into the pipeline:
* To import a single context, select the context. The `CF_HELM_DEFAULT` is thedefaultHelmrep provided by Codefresh. See also [shared configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/).
* To import a single context, select the context. The `CF_HELM_DEFAULT` is the Helmrepo provided by Codefresh. See also [shared configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/).
* To import multiple contexts, select each context to import.

{% include image.html
Expand DownExpand Up@@ -262,7 +262,7 @@ release_name|used for `install`|The Helm release name. If the release exists, it
repos|optional|array of custom repositories
set_file | optional | Set values from the respective files specified by the command line in `key=value` format. To specify multiple key-value pairs, separate them with commas.
skip_cf_stable_helm_repo | optional | Don't add stable repository.
tiller_namespace|optional|Kubernetes namespace where Tiller is installed (unnecessary for Helm 3)
tiller_namespace|optional|Kubernetes namespace where Tiller is installed (unnecessary for Helm 3).
timeout | optional | The maximum time, in seconds, to wait for Kubernetes commands to complete.
use_debian_image | optional | Use Debian-based `cfstep-helm` image.
use_repos_for_auth_action |optional | Required for the `auth` action to use repos from attached contexts. When required, set value to `true`.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp