helm-www
helm-www copied to clipboard
The Helm website for docs, blog and project info.
Currently `hugo serve` locally reports the following error. Unsure as to why, but somehow the vendered jquery is invalid. This PR bumps to the latest v2 jquery (TBD: reference source)...
Create a docs section for the SDK. With a (brief) description of the SDK, and some examples (the main intent of the PR is to add SDK examples)
As of Helm 3.7, `.Subcharts.` exposes the scope of a subchart (including `.Values`, `.Chart`, `.Releases`, etc.) to the parent (see https://github.com/helm/helm/pull/9957). It would be great to document this on https://helm.sh/docs/chart_template_guide/builtin_objects...
Fixes #1537
Running `helm.sh` on a Chrome browser in an iPhone shows a transparent background. You will notice this mostly in the overview section beneath the hero area, and the footer section....
Hey there, I would like to deprecate installation using snap package. Reason: Because Snapcrafters stopped to release new versions of helm. And it could create some problems for new comers...
Scrolling pages on the Helm web site is difficult on mobile devices due to nested scrolling containers. This changeset removes the nested scrolling containers. The fix to remove the nested...
Opening this issue following the reply on https://github.com/helm/helm/issues/12084 (https://github.com/helm/helm/issues/12084#issuecomment-1558177496) ## Description `{{ if kindIs "int" 123 }}` returns false when [documentation says it should return true](https://docs.helm.sh/docs/chart_template_guide/function_list/#reflection-functions). > This appears to...
The docs search function appears to be broken. Input text, hit enter or click magnifying glass icon, nothing happens. Tested on Firefox and Brave.