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

The Helm website for docs, blog and project info.

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

On Templates page https://helm.sh/docs/chart_best_practices/templates/#names-of-defined-templates in "Names of Defined Templates" section there is following text: https://github.com/helm/helm-www/blob/7edf25def05c7d176c6aa818a615ae82ae451834/content/en/docs/chart_best_practices/templates.md?plain=1#L29-L45 This section describes necessity of using namespaces in variables names, so the key difference is...

Explains how `toToml` and `fromToml` can be used in chart templates. Implementation detail for the `fromToml` function can be found here: https://github.com/helm/helm/pull/12026. **Attention!** This Pull Request depends on https://github.com/helm/helm/pull/12026. It...

needs rebase
size/M

In the FAQ, there is a detailed description of how helm 3 does the three-way merge + patch process for upgrades: https://helm.sh/docs/faq/changes_since_helm2/#improved-upgrade-strategy-3-way-strategic-merge-patches But I don't think there is a detailed...

keep open

Hello, the naming convention says that helm chart name can contain dashes, but variable name not: > Chart names must be lower case letters and numbers. Words may be separated...

Using Chrome on Android, scroll is unusable. The page seems to be wrapped in a container that has its own scroll bar.

Adds "push" as a valid function for OCI registries. Fixes #1418

size/XS

In https://helm.sh/docs/topics/registries/#other-subcommands It states: > Support for the oci:// protocol is also available in various other subcommands. Here is a complete list: That list fails to include the `push` command...

https://computingforgeeks.com/deploy-ubuntu-pod-in-kubernetes-openshift/