helm-www icon indicating copy to clipboard operation
helm-www copied to clipboard

The Helm website for docs, blog and project info.

Results 209 helm-www issues
Sort by recently updated
recently updated
newest added

## Current status The goal of me moving this issue is to be able to archive the helm/charts repo and make sure that the work started/pinned here makes its way...

docs

In this documentation  (https://helm.sh/docs/chart_template_guide/functions_and_pipelines/ ) there is a template comment using the /\*  command \*/ format  In the Best Practices, it has an extra - in there and it is...

Documentation to accompany https://github.com/helm/helm/pull/10309 Signed-off-by: Chris Berry

awaiting review
size/M
awaiting release

The docs for [Helm Dependency](https://helm.sh/docs/helm/helm_dependency/#helm) do not link to the docs for dependency [best practices](https://helm.sh/docs/chart_best_practices/dependencies/), which covers the use of range. Additionally, the best practices documentation does not cover the...

Currently, all [recommended labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) except `app.kubernetes.io/created-by` are mentioned [in the docs](https://helm.sh/docs/chart_best_practices/labels/#standard-labels). I guess we should add it as optional (`OPT`). What would be a reasonable description and/or example value? I...

Could you please update the documentation to include references on how to add support for Kubernetes Releases from Cloud vendors eg AWS EKS. My kubeVersion in the Chart.yaml was; ```...

The help of helm states that you can specify a version range for a Helm chart: ``` --version string specify a version constraint for the chart version to use. This...

How do we use the Helm CLI in an efficient way on a typical CI like Github Actions?

question

### Scenario During the #1185 PR code review we noticed that many of code highlighting were not working properly. This problem takes place in Helm's docs due to 'single quotes'...

In [the _From Source_ section of the installation docs](https://github.com/helm/helm-www/blob/main/content/en/docs/intro/install.md#from-source-linux-macos), the location of the compiled executable is described like this: > It will then compile `helm` and place it in `bin/helm`....