content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
βŒ€
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
This part of the Best Practices Guide discusses the creation and formatting of RBAC resources in chart manifests. RBAC resources are: - ServiceAccount (namespaced) - Role (namespaced) - ClusterRole - RoleBinding (namespaced) - ClusterRoleBinding ## YAML Configuration RBAC and ServiceAccount configuration should happen ...
https://github.com/helm/helm-www/blob/main/docs/chart_best_practices/rbac.md
main
helm
[ -0.04291640967130661, -0.1000421941280365, -0.07252445071935654, 0.03639553487300873, -0.017672790214419365, 0.04225187376141548, 0.049169450998306274, -0.003087129443883896, 0.010718245059251785, 0.0022039844188839197, 0.05314888060092926, -0.004442101810127497, 0.08171951025724411, 0.030...
0.110893
Helm Plugins allow users to extend the core feature set of Helm, without requiring every new feature to be written in Go and added to Helm core. They can be written in any programming language, and can be added and removed from a Helm installation without breaking Helm core functionality. ## Plugin Types Helm currently...
https://github.com/helm/helm-www/blob/main/docs/plugins/overview.md
main
helm
[ -0.06164153665304184, 0.011512136086821556, 0.056431759148836136, -0.036426518112421036, 0.02783820778131485, 0.024657858535647392, -0.07254935801029205, 0.0237722285091877, 0.04917716234922409, 0.016161052510142326, 0.04599558934569359, -0.041784971952438354, -0.029393058270215988, 0.0219...
0.111674
# REQUIRED β”œβ”€β”€ plugin.sh # OPTIONAL for Subprocess runtime └── plugin.wasm # REQUIRED for Wasm runtime ``` - The only required file is [plugin.yaml](#pluginyaml). - [Subprocess runtime](#plugin-runtimes) can optionally contain one or more custom executable files containing your plugin code (can be Node, Python, Go, etc...
https://github.com/helm/helm-www/blob/main/docs/plugins/overview.md
main
helm
[ -0.023263368755578995, -0.05083101987838745, -0.06576180458068848, -0.02198486216366291, 0.002628117799758911, -0.048126351088285446, -0.007835867814719677, 0.07201997935771942, -0.027117162942886353, 0.01738874986767769, 0.0048949820920825005, -0.024963971227407455, -0.060213495045900345, ...
0.104862
empty or omitted to match any OS arch: Architecture match, can be empty or omitted to match any architecture command: Plugin command to execute args: Plugin command arguments platformHooks: # Configure plugin lifecycle hooks based on the platform install: # Install lifecycle commands - os: OS match, can be empty or omi...
https://github.com/helm/helm-www/blob/main/docs/plugins/overview.md
main
helm
[ -0.01749977469444275, 0.006272193510085344, -0.016549497842788696, -0.02327384240925312, 0.02808678336441517, -0.05721791088581085, -0.016290318220853806, -0.022396374493837357, -0.016706887632608414, 0.00450202077627182, 0.0426139272749424, -0.10522636771202087, -0.05937473103404045, -0.0...
0.138223
For an overview of Helm Plugin concepts, how to read their structure, and how to understand what their configurations mean for you as a user, read the [Plugins Overview](/plugins/overview.md). This section focuses on using Helm Plugins as an end-user. ## Finding Plugins You can already find [Helm Plugins on ArtifactHub...
https://github.com/helm/helm-www/blob/main/docs/plugins/user/index.md
main
helm
[ -0.023507585749030113, 0.027825821191072464, -0.00606260122731328, -0.05255015194416046, 0.04617372527718544, -0.0311350729316473, -0.07573103904724121, 0.03728247806429863, -0.031094282865524292, 0.034092266112565994, 0.0050970702432096004, -0.050052616745233536, 0.007594509981572628, -0....
0.131261
Control structures (called "actions" in template parlance) provide you, the template author, with the ability to control the flow of a template's generation. Helm's template language provides the following control structures: - `if`/`else` for creating conditional blocks - `with` to specify a scope - `range`, which pro...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/control_structures.md
main
helm
[ -0.051713813096284866, 0.10612323880195618, 0.026767412200570107, -0.02238049916923046, 0.014854035340249538, 0.03932737186551094, -0.04785193130373955, 0.06250471621751785, 0.025232290849089622, -0.036225806921720505, -0.02304881438612938, -0.03636932373046875, -0.03257131949067116, -0.05...
0.117541
v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-configmap data: myvalue: "Hello World" drink: {{ .Values.favorite.drink | default "tea" | quote }} food: {{ .Values.favorite.food | upper | quote }} {{ if eq .Values.favorite.drink "coffee" }} mug: "true" {{ end }} ``` When we sent that, we'll get YAML that is vali...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/control_structures.md
main
helm
[ -0.009928536601364613, 0.04751993343234062, 0.06462083011865616, 0.04036716744303703, 0.05493960902094841, -0.04440421238541603, 0.03277537226676941, -0.004190822597593069, 0.060433950275182724, 0.004359218757599592, 0.05249229073524475, -0.042909979820251465, -0.011603642255067825, -0.025...
0.034261
object in the current scope. The syntax for `with` is similar to a simple `if` statement: ``` {{ with PIPELINE }} # restricted scope {{ end }} ``` Scopes can be changed. `with` can allow you to set the current scope (`.`) to a particular object. For example, we've been working with `.Values.favorite`. Let's rewrite our...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/control_structures.md
main
helm
[ -0.032565727829933167, 0.07459334284067154, 0.03252264857292175, 0.03144713118672371, 0.014923088252544403, -0.025375742465257645, 0.09003910422325134, 0.009470542892813683, -0.054399941116571426, -0.038278624415397644, -0.014252115041017532, -0.05355124548077583, -0.001016730908304453, 0....
0.06569
`$` for accessing the list `Values.pizzaToppings` from the parent scope. `$` is mapped to the root scope when template execution begins and it does not change during template execution. The following would work as well: ```yaml apiVersion: v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-configmap data: myvalue: ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/control_structures.md
main
helm
[ -0.008896964602172375, 0.08700404316186905, 0.040212079882621765, 0.047091830521821976, 0.001929529127664864, -0.018878096714615822, 0.028887132182717323, 0.00649923225864768, 0.005852894391864538, -0.058909568935632706, 0.013242333196103573, -0.011346935294568539, -0.018916409462690353, -...
0.019841
In this section we are going to look at Helm's tool for providing instructions to your chart users. At the end of a `helm install` or `helm upgrade`, Helm can print out a block of helpful information for users. This information is highly customizable using templates. To add installation notes to your chart, simply crea...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/notes_files.md
main
helm
[ 0.06389274448156357, 0.08161087334156036, 0.050438567996025085, -0.030617257580161095, 0.018052520230412483, 0.030862025916576385, -0.030256254598498344, 0.0730506107211113, -0.01312339585274458, 0.047787558287382126, 0.037857912480831146, -0.02224687859416008, 0.011082638055086136, -0.026...
0.00579
The `.helmignore` file is used to specify files you don't want to include in your helm chart. If this file exists, the `helm package` command will ignore all the files that match the pattern specified in the `.helmignore` file while packaging your application. This can help in avoiding unnecessary or sensitive files or...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/helm_ignore_file.md
main
helm
[ -0.0051025873981416225, 0.07723940908908844, 0.04913991317152977, -0.020509619265794754, 0.10485952347517014, -0.0379398874938488, -0.006383489351719618, 0.07999978959560394, 0.08138840645551682, 0.015809230506420135, 0.0334666408598423, -0.02672152779996395, 0.052159812301397324, -0.02751...
0.032593
In the previous section we looked at several ways to create and access named templates. This makes it easy to import one template from within another template. But sometimes it is desirable to import a \_file that is not a template\_ and inject its contents without sending the contents through the template renderer. He...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/accessing_files.md
main
helm
[ -0.006689264439046383, 0.06393342465162277, 0.026257287710905075, -0.02990383468568325, 0.0620613619685173, 0.04175986349582672, -0.07404259592294693, 0.08802473545074463, 0.05005119368433952, 0.03895182907581329, -0.017835000529885292, -0.022157952189445496, -0.00021347939036786556, -0.00...
0.048581
have a greater need to organize your files more, and so we provide a `Files.Glob(pattern string)` method to assist in extracting certain files with all the flexibility of [glob patterns](https://godoc.org/github.com/gobwas/glob). `.Glob` returns a `Files` type, so you may call any of the `Files` methods on the returned...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/accessing_files.md
main
helm
[ -0.030799008905887604, 0.05169129744172096, -0.0077511221170425415, 0.034382183104753494, 0.006111102178692818, -0.002449778141453862, 0.04801219329237938, 0.014137971214950085, 0.012178921140730381, 0.0011083040153607726, 0.04012630507349968, 0.027367355301976204, -0.03951696678996086, 0....
0.043215
Objects are passed into a template from the template engine. And your code can pass objects around (we'll see examples when we look at the `with` and `range` statements). There are even a few ways to create new objects within your templates, like with the `tuple` function we'll see later. Objects can be simple, and hav...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/builtin_objects.md
main
helm
[ -0.02345837466418743, 0.06946708261966705, -0.0020587437320500612, 0.07722150534391403, 0.01709219254553318, 0.013575526885688305, 0.01899602822959423, 0.04004852473735809, 0.014094263315200806, 0.03462410718202591, 0.030447378754615784, 0.033548254519701004, -0.052631594240665436, -0.1023...
0.147549
the state of the Helm git tree. - `Capabilities.HelmVersion.GoVersion` is the version of the Go compiler used. - `Template`: Contains information about the current template that is being executed - `Template.Name`: A namespaced file path to the current template (e.g. `mychart/templates/mytemplate.yaml`) - `Template.Bas...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/builtin_objects.md
main
helm
[ 0.03369562327861786, 0.06806401163339615, 0.016872810199856758, -0.05767747759819031, -0.021425459533929825, -0.014983204193413258, -0.02840368263423443, 0.0675758644938469, 0.08595836907625198, -0.010557208210229874, 0.039515018463134766, -0.01670740358531475, 0.029147133231163025, 0.0229...
0.025826
To this point we have been working only with one chart. But charts can have dependencies, called \_subcharts\_, that also have their own values and templates. In this section we will create a subchart and see the different ways we can access values from within templates. Before we dive into the code, there are a few im...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/subcharts_and_globals.md
main
helm
[ -0.0046153804287314415, 0.003246941603720188, 0.06655223667621613, -0.031595587730407715, 0.04549890384078026, 0.01778343878686428, -0.06475772708654404, 0.08025426417589188, 0.05014842376112938, -0.002001172164455056, -0.02622516267001629, -0.003548199078068137, 0.0625944584608078, 0.0054...
-0.027664
only values specifically for `mysubchart` will be available in `.Values`. Sometimes, though, you do want certain values to be available to all of the templates. This is accomplished using global chart values. ## Global Chart Values Global values are values that can be accessed from any chart or subchart by exactly the ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/subcharts_and_globals.md
main
helm
[ 0.017010275274515152, -0.023364627733826637, -0.0027224398218095303, -0.005398536566644907, -0.010089509189128876, 0.027734650298953056, -0.03628510609269142, 0.034664127975702286, 0.004552782513201237, -0.07179591059684753, 0.011763373389840126, -0.04354122281074524, -0.008150960318744183, ...
-0.07621
In this section of the guide, we'll create a chart and then add a first template. The chart we created here will be used throughout the rest of the guide. To get going, let's take a brief look at a Helm chart. ## Charts As described in the [Charts Guide](/topics/charts.mdx), Helm charts are structured like this: ``` my...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/getting_started.md
main
helm
[ 0.03149084374308586, 0.049237702041864395, 0.03415633738040924, -0.03489815071225166, 0.048719871789216995, 0.04152751713991165, -0.05507427081465721, 0.0499899722635746, 0.09292611479759216, 0.020893007516860962, -0.0020240633748471737, -0.02889719232916832, 0.007187189068645239, -0.03873...
0.050477
NAMESPACE: default STATUS: DEPLOYED REVISION: 1 TEST SUITE: None ``` Using Helm, we can retrieve the release and see the actual template that was loaded. ```console $ helm get manifest full-coral --- # Source: mychart/templates/configmap.yaml apiVersion: v1 kind: ConfigMap metadata: name: mychart-configmap data: myvalu...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/getting_started.md
main
helm
[ 0.04186772555112839, 0.08515006303787231, 0.08272778242826462, -0.010847232304513454, 0.08110589534044266, -0.05091496929526329, -0.030087227001786232, -0.018999598920345306, 0.07255648076534271, 0.027641167864203453, 0.04884907230734825, -0.037395063787698746, -0.021479744464159012, -0.03...
0.102401
./mychart install.go:149: [debug] Original chart version: "" install.go:166: [debug] CHART PATH: /Users/ninja/mychart NAME: goodly-guppy LAST DEPLOYED: Thu Dec 26 17:24:13 2019 NAMESPACE: default STATUS: pending-install REVISION: 1 TEST SUITE: None USER-SUPPLIED VALUES: {} COMPUTED VALUES: affinity: {} fullnameOverride...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/getting_started.md
main
helm
[ 0.019839776679873466, 0.024375062435865402, 0.028055410832166672, 0.011294032447040081, -0.002773899585008621, -0.0306299589574337, -0.0009710821323096752, 0.0024222612846642733, 0.025276295840740204, 0.05186742916703224, 0.06768839806318283, -0.06278342753648758, -0.0010122054954990745, 0...
0.051991
Most of this guide has been focused on writing the template language. Here, we'll look at the YAML format. YAML has some useful features that we, as template authors, can use to make our templates less error prone and easier to read. ## Scalars and Collections According to the [YAML spec](https://yaml.org/spec/1.2/spec...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/yaml_techniques.md
main
helm
[ -0.01030562724918127, 0.04307999461889267, 0.06582555919885635, -0.0352957658469677, -0.017268668860197067, 0.028838979080319405, -0.02285044826567173, -0.02159612439572811, 0.14373531937599182, -0.006756508257240057, -0.005041750147938728, -0.04974840581417084, -0.023814110085368156, -0.0...
0.100797
from the above error: ```yaml coffee: | # Commented first line Latte Cappuccino Espresso ``` Note that whatever that first line is, it will be preserved in the output of the string. So if you are, for example, using this technique to inject a file's contents into a ConfigMap, the comment should be of the type expected ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/yaml_techniques.md
main
helm
[ -0.06799507886171341, 0.0020937968511134386, 0.01564960926771164, -0.0002328589907847345, -0.03234757110476494, -0.010705421678721905, 0.0721200555562973, 0.06808548420667648, -0.02661866508424282, -0.024208595976233482, 0.032726824283599854, -0.06480971723794937, 0.04690118879079819, -0.0...
0.121488
many cases, either the `---` or the `...` may be omitted. Some files in Helm cannot contain more than one doc. If, for example, more than one document is provided inside of a `values.yaml` file, only the first will be used. Template files, however, may have more than one document. When this happens, the file (and all o...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/yaml_techniques.md
main
helm
[ -0.02883521467447281, 0.07973489910364151, 0.07717939466238022, -0.020354827865958214, 0.061989493668079376, -0.00789041630923748, -0.05048101767897606, 0.03005593828856945, 0.15140976011753082, -0.00027729436988011, -0.003985741175711155, -0.006726449821144342, -0.012429225258529186, 0.00...
0.058019
It is time to move beyond one template, and begin to create others. In this section, we will see how to define \_named templates\_ in one file, and then use them elsewhere. A \_named template\_ (sometimes called a \_partial\_ or a \_subtemplate\_) is simply a template defined inside of a file, and given a name. We'll s...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/named_templates.md
main
helm
[ -0.08279820531606674, 0.01876172050833702, 0.07086183875799179, 0.0037044319324195385, 0.00524125574156642, 0.054613880813121796, -0.0724480152130127, 0.06829988956451416, 0.06517674028873444, -0.024219857528805733, -0.04016602411866188, -0.034157894551754, 0.0011319537879899144, 0.0064822...
0.056022
"Hello World" {{- range $key, $val := .Values.favorite }} {{ $key }}: {{ $val | quote }} {{- end }} ``` When the template engine reads this file, it will store away the reference to `mychart.labels` until `template "mychart.labels"` is called. Then it will render that template inline. So the result will look like this:...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/named_templates.md
main
helm
[ 0.007286531385034323, 0.10455573350191116, 0.040258221328258514, 0.006291765719652176, 0.04072250798344612, 0.017787707969546318, 0.005159509833902121, 0.01307178195565939, 0.052121348679065704, -0.02993904799222946, 0.008326134644448757, -0.026053352281451225, -0.023985275998711586, -0.07...
-0.01474
or whatever scope we want. But what we want is the top-level scope. In the context of the named template, `$` will refer to the scope you passed in and not some global scope. Now when we execute this template with `helm install --dry-run --debug plinking-anaco ./mychart`, we get this: ```yaml # Source: mychart/template...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/named_templates.md
main
helm
[ 0.03782517462968826, 0.05817186459898949, 0.09421022981405258, 0.01497680228203535, 0.061465971171855927, -0.015987541526556015, 0.009423535317182541, 0.034138645976781845, 0.0067309169098734856, 0.018024202436208725, 0.02107585035264492, -0.04137679934501648, -0.017301183193922043, 0.0227...
0.009903
The Helm template language is implemented in the strongly typed Go programming language. For that reason, variables in templates are \_typed\_. For the most part, variables will be exposed as one of the following types: - string: A string of text - bool: a `true` or `false` - int: An integer value (there are also 8, 16...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/data_types.md
main
helm
[ 0.04056200012564659, 0.11497721821069717, 0.013780280016362667, 0.011829908937215805, 0.004968242719769478, 0.02758735790848732, 0.02541687898337841, 0.04122094810009003, 0.002912450348958373, -0.027562621980905533, 0.019459422677755356, -0.01095360517501831, -0.06236077472567558, 0.041278...
0.116161
Debugging templates can be tricky because the rendered templates are sent to the Kubernetes API server, which may reject the YAML files for reasons other than formatting. There are a few commands that can help you debug. - `helm lint` is your go-to tool for verifying that your chart follows best practices - `helm templ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/debugging.md
main
helm
[ 0.03920499235391617, 0.04428136348724365, 0.13121911883354187, -0.03406552970409393, 0.06206374987959862, -0.02343890815973282, -0.11989785730838776, -0.006770165637135506, 0.05783507972955704, 0.047356799244880676, -0.0002671151014510542, -0.06915275007486343, -0.04543420299887657, -0.050...
-0.002311
With functions, pipelines, objects, and control structures under our belts, we can turn to one of the more basic ideas in many programming languages: variables. In templates, they are less frequently used. But we will see how to use them to simplify code, and to make better use of `with` and `range`. In an earlier exam...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/variables.md
main
helm
[ -0.00692763039842248, 0.10820578783750534, 0.05053931474685669, 0.028704803436994553, -0.014204529114067554, 0.017524929717183113, 0.02418106608092785, 0.020130371674895287, 0.0378529392182827, -0.03105725720524788, 0.032160378992557526, -0.005867341533303261, -0.032996147871017456, 0.0090...
0.057377
useful when you are looping in a range and you need to know the chart's release name. An example illustrating this: ```yaml {{- range .Values.tlsSecrets }} --- apiVersion: v1 kind: Secret metadata: name: {{ .name }} labels: # Many helm templates would use `.` below, but that will not work, # however `$` will work here ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/variables.md
main
helm
[ 0.05411377549171448, 0.1072353795170784, 0.06580597907304764, -0.023452870547771454, 0.03435457497835159, 0.023840250447392464, 0.019866986200213432, 0.002378263743594289, 0.13090337812900543, -0.009749806486070156, 0.017815470695495605, -0.04979700967669487, 0.0015087838983163238, -0.0143...
-0.000592
This guide is intended to give you, the chart developer, a strong understanding of how to use Helm's template language. The guide focuses on the technical aspects of template development. But there are many things this guide has not covered when it comes to the practical day-to-day development of charts. Here are some ...
https://github.com/helm/helm-www/blob/main/docs/chart_template_guide/wrapping_up.md
main
helm
[ 0.011021994054317474, 0.02722698450088501, 0.04661722108721733, -0.04785694181919098, 0.02318653091788292, 0.049011245369911194, -0.04329242929816246, 0.05844046548008919, 0.02295359969139099, 0.05493086576461792, -0.014040767215192318, -0.05113859102129936, 0.004985482431948185, -0.021241...
0.102726
This guide describes how to use [Chart Releaser Action](https://github.com/marketplace/actions/helm-chart-releaser) to automate releasing charts through GitHub pages. Chart Releaser Action is a GitHub Action workflow to turn a GitHub project into a self-hosted Helm chart repo, using [helm/chart-releaser](https://github...
https://github.com/helm/helm-www/blob/main/docs/howto/chart_releaser_action.md
main
helm
[ 0.01996789127588272, -0.029262015596032143, -0.019263558089733124, -0.04247938096523285, 0.03329586610198021, 0.01247325912117958, -0.07941971719264984, 0.0525425523519516, 0.016955502331256866, 0.09972050040960312, 0.03077828697860241, 0.024682074785232544, 0.06141636148095131, -0.0340991...
0.005901
This guide covers some of the tips and tricks Helm chart developers have learned while building production-quality charts. ## Know Your Template Functions Helm uses [Go templates](https://godoc.org/text/template) for templating your resource files. While Go ships several built-in functions, we have added many others. F...
https://github.com/helm/helm-www/blob/main/docs/howto/charts_tips_and_tricks.md
main
helm
[ 0.024703258648514748, 0.0876886174082756, 0.033337440341711044, -0.03699028491973877, 0.05592818185687065, 0.048817094415426254, -0.05845841392874718, 0.06238044798374176, 0.005571137182414532, -0.018460066989064217, 0.0291203111410141, -0.02924797683954239, -0.001824912615120411, 0.023382...
-0.00767
- name: HOST value: "http://host" - name: PORT value: "1234" ``` ## Using the 'tpl' Function The `tpl` function allows developers to evaluate strings as templates inside a template. This is useful to pass a template string as a value to a chart or render external configuration files. Syntax: `{{ tpl TEMPLATE\_STRING VA...
https://github.com/helm/helm-www/blob/main/docs/howto/charts_tips_and_tricks.md
main
helm
[ -0.02463928982615471, 0.09570277482271194, -0.026129290461540222, -0.032623425126075745, -0.003147832816466689, -0.0014737133169546723, 0.019643006846308708, 0.11201564967632294, -0.01227691862732172, -0.017978403717279434, 0.01190265268087387, -0.033877596259117126, -0.02385735511779785, ...
0.012317
To Uninstall a Resource Sometimes there are resources that should not be uninstalled when Helm runs a `helm uninstall`. Chart developers can add an annotation to a resource to prevent it from being uninstalled. ```yaml kind: Secret metadata: annotations: helm.sh/resource-policy: keep [...] ``` The annotation `helm.sh/r...
https://github.com/helm/helm-www/blob/main/docs/howto/charts_tips_and_tricks.md
main
helm
[ -0.04547347500920296, 0.08889144659042358, 0.07065843790769577, -0.018462149426341057, 0.11233147978782654, -0.007429285440593958, -0.01525330450385809, -0.05819474533200264, 0.11739321053028107, 0.013420640490949154, 0.0440170057117939, 0.07322598248720169, 0.02083073928952217, -0.0123142...
0.049349
\*Note: This example is specifically for a Google Cloud Storage (GCS) bucket which serves a chart repository.\* ## Prerequisites \* Install the [gsutil](https://cloud.google.com/storage/docs/gsutil) tool. \*We rely heavily on the gsutil rsync functionality\* \* Be sure to have access to the Helm binary \* \_Optional: W...
https://github.com/helm/helm-www/blob/main/docs/howto/chart_repository_sync_example.md
main
helm
[ -0.030049119144678116, -0.00757767865434289, -0.009463260881602764, -0.0009305590065196157, 0.05711705982685089, -0.0025530687998980284, -0.06213457137346268, -0.0060684289783239365, 0.04848058149218559, 0.07070795446634293, 0.020009851083159447, -0.018159987404942513, 0.062466587871313095, ...
-0.06361
download the manifest for a named release ### Synopsis This command fetches the generated manifest for a given release. A manifest is a YAML-encoded representation of the Kubernetes resources that were generated from this release's chart(s). If a chart is dependent on other charts, those resources will also be included...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_manifest.md
main
helm
[ 0.069304920732975, 0.0579669252038002, 0.06166458874940872, -0.06627584993839264, 0.05848192051053047, -0.0030052175279706717, -0.005966201424598694, 0.010885866358876228, 0.06946350634098053, 0.05979521945118904, 0.01535546313971281, -0.06666021049022675, -0.013004625216126442, -0.0346754...
0.108551
login to or logout from a registry ### Synopsis This command consists of multiple subcommands to interact with registries. ### Options ``` -h, --help help for registry ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored outpu...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_registry.md
main
helm
[ 0.03208918869495392, 0.05668433755636215, -0.01929553970694542, -0.04697093740105629, -0.02752833627164364, 0.001234258059412241, 0.02236168272793293, 0.00641781697049737, 0.06817951053380966, 0.04595201835036278, -0.0019799445290118456, -0.059631142765283585, 0.03592846915125847, -0.02931...
0.125002
verify that a plugin at the given path has been signed and is valid ### Synopsis This command verifies that a Helm plugin has a valid provenance file, and that the provenance file is signed by a trusted PGP key. It supports both: - Plugin tarballs (.tgz or .tar.gz files) - Installed plugin directories For installed plu...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_verify.md
main
helm
[ -0.058465853333473206, 0.05596766620874405, -0.04584495723247528, -0.06711133569478989, 0.06146905943751335, -0.012482964433729649, 0.037871088832616806, 0.03358331322669983, -0.026571042835712433, 0.022399818524718285, 0.015577196143567562, -0.039729658514261246, -0.0051650661043822765, 0...
-0.072893
generate autocompletion script for powershell ### Synopsis Generate the autocompletion script for powershell. To load completions in your current shell session: PS C:\> helm completion powershell | Out-String | Invoke-Expression To load completions for every new session, add the output of the above command to your powe...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_completion_powershell.md
main
helm
[ 0.033414702862501144, 0.06401848793029785, 0.0024293307214975357, 0.00013992335880175233, 0.03954696282744408, 0.04762745648622513, 0.0578208863735199, -0.02911253087222576, 0.020729580894112587, 0.06732223927974701, -0.03611181676387787, -0.07256294041872025, 0.019479600712656975, -0.0017...
0.077067
remove one or more chart repositories ``` helm repo remove [REPO1 [REPO2 ...]] [flags] ``` ### Options ``` -h, --help help for remove ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (never, auto, always) (default "...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_repo_remove.md
main
helm
[ 0.019703436642885208, 0.08196442574262619, 0.028529686853289604, -0.05310702696442604, 0.023029712960124016, -0.03283962234854698, -0.008329898118972778, -0.04554136097431183, 0.07303542643785477, 0.05915779620409012, 0.01664942502975464, -0.03997063636779785, 0.02831019088625908, -0.03229...
0.067028
This command fetches metadata for a given release ``` helm get metadata RELEASE\_NAME [flags] ``` ### Options ``` -h, --help help for metadata -o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table) --revision int specify release revision ``` ### Options inherite...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_metadata.md
main
helm
[ 0.06763490289449692, 0.08818715065717697, -0.014566979371011257, -0.021436769515275955, 0.04161509498953819, -0.030461419373750687, -0.023740733042359352, -0.006690708454698324, 0.07168246060609818, 0.05864882096648216, 0.028251513838768005, -0.09157124161720276, 0.019066201522946358, -0.0...
0.081721
show information of a chart ### Synopsis This command consists of multiple subcommands to display information about a chart ### Options ``` -h, --help help for show ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show.md
main
helm
[ 0.028501112014055252, 0.07230188697576523, 0.0017458973452448845, -0.04103333503007889, -0.015909988433122635, -0.011860501952469349, 0.007300864905118942, 0.025011219084262848, 0.04708431288599968, 0.02682647667825222, 0.020798945799469948, -0.10080227255821228, 0.03473497927188873, -0.04...
0.104462
manage a chart's dependencies ### Synopsis Manage the dependencies of a chart. Helm charts store their dependencies in 'charts/'. For chart developers, it is often easier to manage dependencies in 'Chart.yaml' which declares all dependencies. The dependency commands operate on that file, making it easy to synchronize b...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_dependency.md
main
helm
[ -0.040297526866197586, 0.020898660644888878, 0.06861862540245056, -0.032375991344451904, 0.05345911532640457, -0.028448577970266342, -0.05055897682905197, 0.01659831963479519, 0.05396372824907303, 0.04904453083872795, 0.005600912496447563, -0.0022294768132269382, -0.014379788190126419, 0.0...
-0.009011
list the dependencies for the given chart ### Synopsis List all of the dependencies declared in a chart. This can take chart archives and chart directories as input. It will not alter the contents of a chart. This will produce an error if the chart cannot be loaded. ``` helm dependency list CHART [flags] ``` ### Option...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_dependency_list.md
main
helm
[ 0.026167159900069237, 0.057982832193374634, 0.027773503214120865, -0.049401167780160904, 0.021125219762325287, 0.0378238745033741, -0.04129381850361824, 0.0472966693341732, 0.0021732887253165245, 0.03921324759721756, 0.011753343045711517, -0.0445583239197731, -0.0017539411783218384, -0.032...
0.050822
logout from a registry ### Synopsis Remove credentials stored for a remote registry. ``` helm registry logout [host] [flags] ``` ### Options ``` -h, --help help for logout ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored o...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_registry_logout.md
main
helm
[ 0.05091645196080208, 0.10190671682357788, -0.02686634287238121, -0.03723480552434921, -0.019646544009447098, 0.005849810317158699, 0.014577850699424744, -0.0003612363652791828, 0.08320816606283188, 0.0471903458237648, -0.014204577542841434, -0.022735895588994026, 0.050808101892471313, -0.0...
0.086059
install a Helm plugin ### Synopsis This command allows you to install a plugin from a url to a VCS repo or a local path. By default, plugin signatures are verified before installation when installing from tarballs (.tgz or .tar.gz). A corresponding .prov file must be available alongside the tarball; installation will f...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_install.md
main
helm
[ -0.02836688794195652, 0.07149697840213776, -0.013561653904616833, -0.0947132334113121, 0.05394469201564789, -0.01637556031346321, -0.023041481152176857, 0.03499032184481621, 0.005328570492565632, 0.024082612246274948, 0.037453118711709976, -0.054384179413318634, -0.007349585648626089, 0.04...
-0.069493
list releases ### Synopsis This command lists all of the releases for a specified namespace (uses current namespace context if namespace not specified). By default, it lists all releases in any status. Individual status filters like '--deployed', '--failed', '--pending', '--uninstalled', '--superseded', and '--uninstal...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_list.md
main
helm
[ 0.05496472120285034, 0.07891004532575607, 0.06050089746713638, -0.02078757807612419, 0.10701241344213486, 0.032917242497205734, 0.012306653894484043, -0.06265322118997574, 0.03128116950392723, 0.04939601197838783, 0.01593869738280773, -0.0017679104348644614, -0.0032104423735290766, -0.0406...
0.001984
path to the kubeconfig file -n, --namespace string namespace scope for this request --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting --registry-config string path to the registry config file (default "~/.config/helm/registry/config.json") --repository-cache string...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_list.md
main
helm
[ -0.06237531453371048, 0.04430023580789566, -0.05943071097135544, -0.014756161719560623, -0.05760603025555611, 0.01207382045686245, 0.0021199968177825212, -0.02906392514705658, 0.043453168123960495, 0.008020233362913132, 0.03028562292456627, -0.07789920270442963, 0.004857442807406187, 0.007...
0.027538
roll back a release to a previous revision ### Synopsis This command rolls back a release to a previous revision. The first argument of the rollback command is the name of a release, and the second is a revision (version) number. If this argument is omitted or set to 0, it will roll back to the previous release. To see...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_rollback.md
main
helm
[ -0.01887218840420246, 0.06081165373325348, -0.0060266791842877865, 0.01844085194170475, 0.035790372639894485, -0.025837626308202744, -0.06836938858032227, -0.05751841887831688, 0.02792929857969284, 0.04803358390927315, 0.052216533571481705, 0.06192417070269585, 0.004671878181397915, -0.053...
0.049707
download a chart from a repository and (optionally) unpack it in local directory ### Synopsis Retrieve a package from a package repository, and download it locally. This is useful for fetching packages to inspect, modify, or repackage. It can also be used to perform cryptographic verification of a chart without install...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_pull.md
main
helm
[ -0.02407948113977909, 0.06295638531446457, -0.050029393285512924, -0.03983379155397415, 0.08877339959144592, -0.03678465634584427, -0.07923867553472519, 0.030394745990633965, 0.03689200058579445, 0.04437083750963211, 0.08184705674648285, -0.058616720139980316, 0.034742336720228195, 0.00246...
-0.042784
not including bursting --registry-config string path to the registry config file (default "~/.config/helm/registry/config.json") --repository-cache string path to the directory containing cached repository indexes (default "~/.cache/helm/repository") --repository-config string path to the file containing repository nam...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_pull.md
main
helm
[ -0.022048460319638252, 0.05712113156914711, -0.010049928911030293, -0.03195934370160103, -0.015962032601237297, 0.0003909904044121504, -0.03395997732877731, -0.041821617633104324, 0.0225803405046463, 0.01306446548551321, 0.056927092373371124, -0.03352974355220795, 0.01386203896254301, -0.0...
-0.012682
download all hooks for a named release ### Synopsis This command downloads hooks for a given release. Hooks are formatted in YAML and separated by the YAML '---\n' separator. ``` helm get hooks RELEASE\_NAME [flags] ``` ### Options ``` -h, --help help for hooks --revision int get the named release with revision ``` ###...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_hooks.md
main
helm
[ 0.019513575360178947, 0.06785256415605545, 0.02632801979780197, -0.04200972989201546, 0.046210210770368576, -0.016160443425178528, 0.000743464392144233, -0.039338890463113785, 0.062145818024873734, 0.0811617448925972, 0.029190659523010254, -0.056420423090457916, -0.013974323868751526, -0.0...
0.12969
create a new chart with the given name ### Synopsis This command creates a chart directory along with the common files and directories used in a chart. For example, 'helm create foo' will create a directory structure that looks something like this: foo/ β”œβ”€β”€ .helmignore # Contains patterns to ignore when packaging Helm ...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_create.md
main
helm
[ -0.0004735736292786896, -0.01998147927224636, -0.004094639793038368, -0.01145267579704523, 0.07112254947423935, -0.019316991791129112, -0.016363278031349182, 0.054863035678863525, 0.04556005448102951, 0.031604502350091934, 0.04902944341301918, -0.032569047063589096, 0.03733386471867561, 0....
0.024244
show the chart's CRDs ### Synopsis This command inspects a chart (directory, file, or URL) and displays the contents of the CustomResourceDefinition files ``` helm show crds [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show_crds.md
main
helm
[ -0.04257861524820328, 0.05751872435212135, -0.044745732098817825, -0.06896702200174332, 0.012604736723005772, -0.02587900683283806, -0.010133540257811546, 0.012360305525362492, 0.006842165254056454, 0.004884438589215279, 0.02621932327747345, -0.030632395297288895, 0.02828093245625496, -0.0...
-0.059417
list installed Helm plugins ``` helm plugin list [flags] ``` ### Options ``` -h, --help help for list --type string Plugin type ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (never, auto, always) (default "auto")...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_list.md
main
helm
[ 0.014493050053715706, 0.06654523313045502, 0.004249534569680691, -0.037980396300554276, 0.01908109150826931, -0.000525017618201673, -0.004229022189974785, 0.00468353321775794, 0.04797397181391716, 0.05040310323238373, 0.02065463922917843, -0.07033198326826096, 0.020907385274767876, -0.0267...
0.09496
update information of available charts locally from chart repositories ### Synopsis Update gets the latest information about charts from the respective chart repositories. Information is cached locally, where it is used by commands like 'helm search'. You can optionally specify a list of repositories you want to update...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_repo_update.md
main
helm
[ 0.03229483962059021, 0.016948319971561432, -0.013995428569614887, -0.03283534571528435, 0.07701784372329712, -0.018145166337490082, -0.022107813507318497, 0.00840951967984438, 0.02802986465394497, 0.09502483159303665, 0.06520741432905197, -0.002105548745021224, -0.0048389858566224575, -0.0...
0.05017
download the notes for a named release ### Synopsis This command shows notes provided by the chart of a named release. ``` helm get notes RELEASE\_NAME [flags] ``` ### Options ``` -h, --help help for notes --revision int get the named release with revision ``` ### Options inherited from parent commands ``` --burst-limi...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_notes.md
main
helm
[ 0.020579323172569275, 0.048750534653663635, 0.03278881311416626, -0.04067927971482277, 0.014774407260119915, -0.00822821818292141, -0.029908744618296623, -0.028688699007034302, 0.0868099182844162, 0.07081717997789383, 0.029722057282924652, -0.03685106337070465, -0.009862092323601246, -0.07...
0.126234
The Helm package manager for Kubernetes. ### Synopsis The Kubernetes package manager Common actions for Helm: - helm search: search for charts - helm pull: download a chart to your local directory to view - helm install: upload the chart to Kubernetes - helm list: list releases of charts Environment variables: | Name |...
https://github.com/helm/helm-www/blob/main/docs/helm/helm.md
main
helm
[ 0.07087969779968262, 0.04681020230054855, -0.000894648430403322, -0.03248580917716026, 0.056800056248903275, 0.01637796312570572, -0.0391862653195858, 0.027774788439273834, 0.061609506607055664, 0.0796971544623375, 0.02496754750609398, -0.03704394772648811, -0.03623472526669502, -0.0528105...
0.063191
auto, always) (default "auto") --content-cache string path to the directory containing cached content (e.g. charts) (default "~/.cache/helm/content") --debug enable verbose output -h, --help help for helm --kube-apiserver string the address and the port for the Kubernetes API server --kube-as-group stringArray group to...
https://github.com/helm/helm-www/blob/main/docs/helm/helm.md
main
helm
[ 0.0021296602208167315, 0.07429810613393784, -0.022605687379837036, -0.037414804100990295, -0.05518227443099022, -0.05785547196865082, 0.028224701061844826, -0.04248310998082161, 0.12536461651325226, 0.027063900604844093, 0.005711243953555822, -0.10748787969350815, 0.05966725945472717, 0.00...
0.051604
fetch release history ### Synopsis History prints historical revisions for a given release. A default maximum of 256 revisions will be returned. Setting '--max' configures the maximum length of the revision list returned. The historical release set is printed as a formatted table, e.g: $ helm history angry-bird REVISIO...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_history.md
main
helm
[ 0.022639025002717972, 0.08126650750637054, -0.011773907579481602, -0.011688446626067162, 0.02395663596689701, -0.013073290698230267, -0.11825353652238846, -0.014628082513809204, -0.019246159121394157, 0.04821362718939781, 0.014290699735283852, -0.0019468509126454592, -0.013865008018910885, ...
-0.015866
update charts/ based on the contents of Chart.yaml ### Synopsis Update the on-disk dependencies to mirror Chart.yaml. This command verifies that the required charts, as expressed in 'Chart.yaml', are present in 'charts/' and are at an acceptable version. It will pull down the latest charts that satisfy the dependencies...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_dependency_update.md
main
helm
[ -0.00026017194613814354, 0.01279041264206171, 0.06542100012302399, -0.0733771026134491, 0.05436418578028679, -0.04489900544285774, -0.05300428345799446, -0.056041814386844635, 0.039156753569841385, 0.055404357612133026, 0.08364169299602509, 0.027502302080392838, -0.020063865929841995, -0.0...
-0.051636
show the chart's README ### Synopsis This command inspects a chart (directory, file, or URL) and displays the contents of the README file ``` helm show readme [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify HTTPS client u...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show_readme.md
main
helm
[ -0.015140273608267307, 0.055255092680454254, -0.04963642358779907, -0.05126192420721054, 0.017550982534885406, -0.04453817754983902, -0.010572841390967369, -0.005174926016479731, 0.0026529040187597275, 0.004711843561381102, 0.015483396127820015, -0.019898168742656708, 0.024328771978616714, ...
-0.040336
install a chart ### Synopsis This command installs a chart archive. The install argument must be a chart reference, a path to a packaged chart, a path to an unpacked chart directory or a URL. To override values in a chart, use either the '--values' flag and pass in a file or use the '--set' flag and pass configuration ...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_install.md
main
helm
[ 0.05215767025947571, 0.03068404830992222, -0.03968830034136772, -0.037547800689935684, -0.04423285648226738, 0.005250632297247648, -0.015617449767887592, 0.09973158687353134, -0.021816642954945564, 0.027860933914780617, 0.016552072018384933, -0.03270445019006729, 0.031103884801268578, -0.0...
-0.017624
'helm repo list'. To search for charts in a repository, use 'helm search'. ``` helm install [NAME] [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify HTTPS client using this SSL certificate file --create-namespace create the...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_install.md
main
helm
[ 0.03179642930626869, 0.06537768989801407, 0.06511789560317993, -0.024779608473181725, 0.037926845252513885, -0.0031489029061049223, -0.09568920731544495, -0.03432045876979828, 0.1001269519329071, 0.03538661450147629, 0.02573106437921524, -0.09066233783960342, 0.021211251616477966, 0.012401...
0.020483
disables JSON schema validation --take-ownership if set, install will ignore the check for helm annotations and take ownership of the existing resources --timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s) --username string chart repository username where to locat...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_install.md
main
helm
[ 0.013908409513533115, 0.023601900786161423, 0.04675748944282532, -0.039167165756225586, 0.05754473805427551, 0.028710123151540756, -0.049969907850027084, -0.06517365574836731, 0.08860797435045242, 0.03795485571026802, 0.01254753116518259, -0.04059863090515137, -0.0380595363676548, 0.004447...
0.062293
generate an index file given a directory containing packaged charts ### Synopsis Read the current directory, generate an index file based on the charts found and write the result to 'index.yaml' in the current directory. This tool is used for creating an 'index.yaml' file for a chart repository. To set an absolute URL ...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_repo_index.md
main
helm
[ 0.009065463207662106, 0.04413846880197525, 0.007529989816248417, -0.006345507688820362, 0.03483877331018448, -0.0231008380651474, 0.00480234157294035, 0.04249105602502823, 0.042667463421821594, 0.03555462881922722, 0.06270689517259598, 0.005112331826239824, 0.00967206247150898, -0.00989616...
0.024773
download the values file for a named release ### Synopsis This command downloads a values file for a given release. ``` helm get values RELEASE\_NAME [flags] ``` ### Options ``` -a, --all dump all (computed) values -h, --help help for values -o, --output format prints the output in the specified format. Allowed values:...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_values.md
main
helm
[ 0.032938383519649506, 0.11019157618284225, -0.025259284302592278, -0.033424779772758484, 0.03642510622739792, -0.012468714267015457, -0.024759838357567787, 0.013075611554086208, 0.07298126071691513, 0.0865786075592041, 0.05316464975476265, -0.06839536130428314, -0.011854753829538822, -0.09...
0.057475
download extended information of a named release ### Synopsis This command consists of multiple subcommands which can be used to get extended information about the release, including: - The values used to generate the release - The generated manifest file - The notes provided by the chart of the release - The hooks ass...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get.md
main
helm
[ 0.03154320642352104, 0.05853698030114174, 0.03653904050588608, -0.04820152744650841, 0.05538153648376465, -0.001164229353889823, -0.0011154025560244918, -0.00005350187711883336, 0.04489089921116829, 0.07629378139972687, 0.053526122123003006, -0.053850967437028885, -0.0019908950198441744, -...
0.142676
show the chart's values ### Synopsis This command inspects a chart (directory, file, or URL) and displays the contents of the values.yaml file ``` helm show values [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify HTTPS cli...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show_values.md
main
helm
[ -0.010015721432864666, 0.08337098360061646, -0.05772385001182556, -0.04945959523320198, 0.021563520655035973, -0.04051436111330986, -0.017149953171610832, 0.0016098872292786837, 0.019936582073569298, -0.0010536792688071728, 0.02275434322655201, -0.03739800304174423, 0.01643446646630764, -0...
-0.033984
generate autocompletion script for fish ### Synopsis Generate the autocompletion script for Helm for the fish shell. To load completions in your current shell session: helm completion fish | source To load completions for every new session, execute once: helm completion fish > ~/.config/fish/completions/helm.fish You w...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_completion_fish.md
main
helm
[ -0.0254714023321867, 0.06063589081168175, 0.011767816729843616, -0.06109863892197609, -0.021845396608114243, 0.01651597023010254, 0.020781036466360092, 0.00820381473749876, 0.007782590109854937, -0.01898994855582714, -0.02501949667930603, -0.10282854735851288, -0.011359049007296562, -0.000...
0.067181
run tests for a release ### Synopsis The test command runs the tests for a release. The argument this command takes is the name of a deployed release. The tests to be run are defined in the chart that was installed. ``` helm test [RELEASE] [flags] ``` ### Options ``` --filter strings specify tests by attribute (current...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_test.md
main
helm
[ 0.06412030011415482, 0.043255116790533066, 0.07398436963558197, 0.024180084466934204, 0.041968002915382385, -0.039190396666526794, -0.03434835746884346, -0.020355990156531334, 0.01759946718811989, 0.05011756718158722, 0.043077025562524796, -0.06253211945295334, -0.03165923058986664, -0.045...
0.113832
download all information for a named release ### Synopsis This command prints a human readable collection of information about the notes, hooks, supplied values, and generated manifest file of the given release. ``` helm get all RELEASE\_NAME [flags] ``` ### Options ``` -h, --help help for all --revision int get the na...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_get_all.md
main
helm
[ 0.036600273102521896, 0.11279308050870895, 0.015054972842335701, -0.04736042395234108, 0.04394037276506424, 0.009055373258888721, -0.009643981233239174, 0.012787100858986378, 0.04329117387533188, 0.06368411332368851, 0.049517672508955, -0.05377138778567314, -0.031812433153390884, -0.083142...
0.086255
generate autocompletion scripts for the specified shell ### Synopsis Generate autocompletion scripts for Helm for the specified shell. ### Options ``` -h, --help help for completion ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_completion.md
main
helm
[ 0.008533571846783161, 0.07280649244785309, 0.010666884481906891, -0.043230533599853516, -0.004942497704178095, -0.0012811024207621813, 0.03360004723072052, 0.0007309650536626577, 0.0478120781481266, 0.043122079223394394, -0.006521696224808693, -0.09848412871360779, 0.03850124776363373, -0....
0.118169
print the helm version information ### Synopsis Show the version for Helm. This will print a representation the version of Helm. The output will look something like this: version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"} - Version is t...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_version.md
main
helm
[ 0.02709820494055748, 0.12046897411346436, 0.028545232489705086, -0.050437379628419876, 0.09189546853303909, -0.0055434186942875385, -0.03312814608216286, -0.0009440842550247908, 0.018742049112915993, 0.01880352757871151, 0.03291629999876022, -0.01394637767225504, -0.021614648401737213, -0....
0.031201
login to a registry ### Synopsis Authenticate to a remote registry. For example for Github Container Registry: echo "$GITHUB\_TOKEN" | helm registry login ghcr.io -u $GITHUB\_USER --password-stdin ``` helm registry login [host] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers us...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_registry_login.md
main
helm
[ -0.04274357482790947, 0.034363023936748505, -0.09575618803501129, -0.0627954751253128, -0.016857044771313667, 0.014800562523305416, -0.0032358868047595024, 0.06282446533441544, 0.00032610734342597425, 0.019093388691544533, 0.025594549253582954, -0.04812268912792206, 0.061480339616537094, 0...
-0.003281
add, list, remove, update, and index chart repositories ### Synopsis This command consists of multiple subcommands to interact with chart repositories. It can be used to add, remove, list, and index chart repositories. ### Options ``` -h, --help help for repo ``` ### Options inherited from parent commands ``` --burst-l...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_repo.md
main
helm
[ 0.019445596262812614, 0.04303716495633125, 0.003151797456666827, -0.023032236844301224, 0.004912190139293671, 0.0008312285062856972, -0.0044776578433811665, -0.01219449657946825, 0.047260984778404236, 0.06689513474702835, 0.02441120520234108, -0.049236468970775604, 0.030228266492486, -0.05...
0.149284
package a chart directory into a chart archive ### Synopsis This command packages a chart into a versioned chart archive file. If a path is given, this will look at that path for a chart (which must contain a Chart.yaml file) and then package that directory. Versioned chart archives are used by Helm package repositorie...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_package.md
main
helm
[ 0.046885374933481216, 0.03982171416282654, -0.013761471025645733, -0.0756724551320076, 0.029865117743611336, -0.011265823617577553, -0.002472253516316414, 0.03345121815800667, 0.054231639951467514, 0.028339261189103127, 0.05651519447565079, -0.011606468819081783, 0.011361890472471714, -0.0...
-0.085756
generate autocompletion script for zsh ### Synopsis Generate the autocompletion script for Helm for the zsh shell. To load completions in your current shell session: source <(helm completion zsh) To load completions for every new session, execute once: helm completion zsh > "${fpath[1]}/\_helm" ``` helm completion zsh ...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_completion_zsh.md
main
helm
[ -0.00433920044451952, 0.08488267660140991, 0.020015550777316093, -0.02313079871237278, 0.04431113600730896, -0.001717106788419187, 0.04895606264472008, 0.004100222606211901, 0.03268797695636749, 0.04782887175679207, -0.029236583039164543, -0.06588194519281387, 0.033611591905355453, 0.01212...
0.078144
uninstall a release ### Synopsis This command takes a release name and uninstalls the release. It removes all of the resources associated with the last release of the chart as well as the release history, freeing it up for future use. Use the '--dry-run' flag to see which releases will be uninstalled without actually u...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_uninstall.md
main
helm
[ 0.042278874665498734, 0.07763297855854034, 0.06915448606014252, -0.031063515692949295, 0.13087153434753418, -0.022635847330093384, -0.05011139437556267, -0.035696614533662796, 0.03253940865397453, 0.018776750192046165, 0.0575491264462471, 0.005527428351342678, -0.03490908071398735, -0.0397...
0.004173
uninstall one or more Helm plugins ``` helm plugin uninstall ... [flags] ``` ### Options ``` -h, --help help for uninstall ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (never, auto, always) (default "auto") --co...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_uninstall.md
main
helm
[ 0.03598343953490257, 0.09264325350522995, 0.03453335165977478, -0.05323394760489464, 0.03420179709792137, -0.022891158238053322, -0.05172467231750488, -0.02736736834049225, 0.09325399249792099, 0.0593588650226593, 0.006822817958891392, -0.03851861506700516, 0.00600894819945097, -0.02695173...
0.074904
search for charts in the Artifact Hub or your own hub instance ### Synopsis Search for Helm charts in the Artifact Hub or your own hub instance. Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects, including publicly available distribute...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_search_hub.md
main
helm
[ 0.03505472466349602, 0.010527336038649082, 0.020543886348605156, -0.009320303797721863, 0.07397600263357162, -0.005989122670143843, -0.13546675443649292, 0.04158397391438484, 0.008922970853745937, 0.04844698682427406, -0.033605288714170456, -0.07550009340047836, 0.06430182605981827, -0.006...
0.019147
helm client environment information ### Synopsis Env prints out all the environment information in use by Helm. ``` helm env [flags] ``` ### Options ``` -h, --help help for env ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colo...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_env.md
main
helm
[ 0.04878879338502884, 0.09858985990285873, 0.027478231117129326, -0.04786926135420799, 0.03615942224860191, -0.036191508173942566, -0.0006906790076754987, 0.005117423366755247, 0.08070256561040878, 0.057765163481235504, -0.020391741767525673, -0.06740905344486237, 0.03741844370961189, -0.05...
0.088686
install, list, or uninstall Helm plugins ### Synopsis Manage client-side Helm plugins. ### Options ``` -h, --help help for plugin ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (never, auto, always) (default "auto...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin.md
main
helm
[ 0.027855098247528076, 0.07568701356649399, 0.022913886234164238, -0.05231121927499771, 0.014349046163260937, -0.008839961141347885, -0.03021186962723732, -0.009570101276040077, 0.06916920095682144, 0.06474091112613678, -0.0019950249698013067, -0.057800956070423126, 0.02863483689725399, -0....
0.089857
search repositories for a keyword in charts ### Synopsis Search reads through all of the repositories configured on the system, and looks for matches. Search of these repositories uses the metadata stored on the system. It will display the latest stable versions of the charts found. If you specify the --devel flag, the...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_search_repo.md
main
helm
[ -0.008257187902927399, 0.024321051314473152, 0.052707571536302567, -0.036265596747398376, 0.0744873583316803, 0.009975219145417213, -0.026536937803030014, -0.06920270621776581, 0.0375845804810524, 0.06500610709190369, 0.01384138036519289, 0.000015237093066389207, -0.026809895411133766, -0....
0.056128
rebuild the charts/ directory based on the Chart.lock file ### Synopsis Build out the charts/ directory from the Chart.lock file. Build is used to reconstruct a chart's dependencies to the state specified in the lock file. This will not re-negotiate dependencies, as 'helm dependency update' does. If no lock file is fou...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_dependency_build.md
main
helm
[ -0.04243133217096329, 0.04282194375991821, 0.008248590864241123, -0.04351288825273514, 0.03089717961847782, 0.0005553572555072606, -0.03172629699110985, -0.03362252190709114, 0.021665317937731743, 0.03829380124807358, 0.038894131779670715, -0.005937024485319853, 0.014208720065653324, -0.03...
-0.066642
show the chart's definition ### Synopsis This command inspects a chart (directory, file, or URL) and displays the contents of the Chart.yaml file ``` helm show chart [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify HTTPS c...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show_chart.md
main
helm
[ -0.009359939023852348, 0.05615392327308655, -0.0460587702691555, -0.054761793464422226, 0.018393658101558685, -0.043383676558732986, -0.020201439037919044, -0.011754630133509636, 0.015016602352261543, 0.004793365020304918, 0.025238122791051865, -0.018764710053801537, 0.018467385321855545, ...
-0.038508
search for a keyword in charts ### Synopsis Search provides the ability to search for Helm charts in the various places they can be stored including the Artifact Hub and repositories you have added. Use search subcommands to search different locations for charts. ### Options ``` -h, --help help for search ``` ### Optio...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_search.md
main
helm
[ 0.05254986882209778, 0.05527434125542641, 0.01415188703685999, -0.034774232655763626, 0.04219130799174309, -0.0010992155876010656, -0.02729933150112629, -0.012019574642181396, 0.04675671085715294, 0.03679118677973747, 0.008355725556612015, -0.06633994728326797, 0.0825888141989708, -0.05650...
0.080009
update one or more Helm plugins ``` helm plugin update ... [flags] ``` ### Options ``` -h, --help help for update ``` ### Options inherited from parent commands ``` --burst-limit int client-side default throttling limit (default 100) --color string use colored output (never, auto, always) (default "auto") --colour stri...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_update.md
main
helm
[ 0.02747253142297268, 0.06415609270334244, 0.020148584619164467, -0.049991264939308167, 0.01175097469240427, -0.018028590828180313, -0.03047507256269455, -0.011243682354688644, 0.057450372725725174, 0.07415835559368134, 0.014601127244532108, -0.059983618557453156, 0.036799345165491104, -0.0...
0.063524
generate autocompletion script for bash ### Synopsis Generate the autocompletion script for Helm for the bash shell. To load completions in your current shell session: source <(helm completion bash) To load completions for every new session, execute once: - Linux: helm completion bash > /etc/bash\_completion.d/helm - M...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_completion_bash.md
main
helm
[ 0.0022545817773789167, 0.06561839580535889, 0.02085909992456436, -0.03972240537405014, 0.05011792108416557, 0.0005238693556748331, 0.06595303118228912, 0.026919174939393997, 0.016842082142829895, 0.025362618267536163, -0.006166179198771715, -0.04777824878692627, 0.02802865393459797, 0.0026...
0.10732
verify that a chart at the given path has been signed and is valid ### Synopsis Verify that the given chart has a valid provenance file. Provenance files provide cryptographic verification that a chart has not been tampered with, and was packaged by a trusted provider. This command can be used to verify a local chart. ...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_verify.md
main
helm
[ -0.016732430085539818, 0.0606338195502758, -0.04032420367002487, -0.08562086522579193, 0.046100616455078125, -0.03662918508052826, 0.05266536399722099, 0.020194275304675102, -0.015585343353450298, -0.000018333166735828854, 0.013601403683423996, -0.022972144186496735, 0.028377361595630646, ...
-0.060457
show all information of the chart ### Synopsis This command inspects a chart (directory, file, or URL) and displays all its content (values.yaml, Chart.yaml, README) ``` helm show all [CHART] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file strin...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_show_all.md
main
helm
[ -0.008160887286067009, 0.05474446713924408, -0.0523785725235939, -0.05067771300673485, 0.023551886901259422, -0.05184086784720421, -0.005782939959317446, -0.01905788667500019, 0.019591419026255608, 0.015497969463467598, 0.027998436242341995, -0.021039733663201332, 0.014135920442640781, -0....
-0.039905
upgrade a release ### Synopsis This command upgrades a release to a new version of a chart. The upgrade arguments must be a release and chart. The chart argument can be either: a chart reference('example/mariadb'), a path to a chart directory, a packaged chart, or a fully qualified URL. For chart references, the latest...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_upgrade.md
main
helm
[ 0.047640569508075714, -0.002112933900207281, -0.006973654963076115, -0.00953708030283451, -0.06753739714622498, 0.024060655385255814, -0.06001690775156021, 0.12189360707998276, -0.036726731806993484, -0.0043844133615493774, 0.040506307035684586, -0.022901521995663643, -0.007827771827578545, ...
-0.007941
flag --history-max int limit the maximum number of revisions saved per release. Use 0 for no limit (default 10) --insecure-skip-tls-verify skip tls certificate checks for the chart download -i, --install if a release by this name doesn't already exist, run an install --key-file string identify HTTPS client using this S...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_upgrade.md
main
helm
[ 0.012587593868374825, 0.064201720058918, -0.0699414312839508, -0.06364192068576813, -0.006261749193072319, 0.025835109874606133, -0.004432612098753452, -0.02755850739777088, -0.034681931138038635, 0.025217078626155853, 0.03752851486206055, 0.011466886848211288, -0.034604303538799286, -0.07...
-0.065438
use. This constraint can be a specific tag (e.g. 1.1.1) or it may reference a valid range (e.g. ^2.0.0). If this is not specified, the latest version is used --wait WaitStrategy[=watcher] wait until resources are ready (up to --timeout). Use '--wait' alone for 'watcher' strategy, or specify one of: 'watcher', 'hookOnly...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_upgrade.md
main
helm
[ -0.06360416859388351, 0.0074461582116782665, -0.06730220466852188, 0.010681926272809505, 0.05756820738315582, 0.048078753054142, 0.015654221177101135, -0.05502495542168617, -0.023968493565917015, 0.009793726727366447, 0.02534872107207775, 0.022691091522574425, -0.033483460545539856, -0.017...
0.062164
package a plugin directory into a plugin archive ### Synopsis This command packages a Helm plugin directory into a tarball. By default, the command will generate a provenance file signed with a PGP key. This ensures the plugin can be verified after installation. Use --sign=false to skip signing (not recommended for dis...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_plugin_package.md
main
helm
[ -0.04871423542499542, 0.06234629079699516, -0.03900347650051117, -0.07087944447994232, 0.039809223264455795, 0.0003137973544653505, 0.07926119118928909, 0.09498120844364166, -0.026765083894133568, 0.02711774967610836, 0.05050180107355118, 0.007385156583040953, 0.012871833518147469, -0.0126...
-0.028046
display the status of the named release ### Synopsis This command shows the status of a named release. The status consists of: - last deployment time - k8s namespace in which the release lives - state of the release (can be: unknown, deployed, uninstalled, superseded, failed, uninstalling, pending-install, pending-upgr...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_status.md
main
helm
[ 0.025127844884991646, 0.07369469851255417, -0.0020737680606544018, -0.0276148971170187, 0.06733959913253784, 0.002171453321352601, -0.037869442254304886, 0.015416487120091915, -0.010377012193202972, 0.06263177841901779, 0.06971823424100876, -0.0327722392976284, -0.019020410254597664, -0.04...
0.077009
push a chart to remote ### Synopsis Upload a chart to a registry. If the chart has an associated provenance file, it will also be uploaded. ``` helm push [chart] [remote] [flags] ``` ### Options ``` --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle --cert-file string identify registry c...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_push.md
main
helm
[ -0.028906654566526413, 0.01465634722262621, -0.06677503138780594, -0.05069752782583237, 0.004735368303954601, 0.00589781766757369, -0.04326373711228371, 0.05634313449263573, 0.007959691807627678, 0.03667553886771202, 0.04470330849289894, -0.03462475910782814, 0.07666023820638657, 0.0019613...
-0.029322
examine a chart for possible issues ### Synopsis This command takes a path to a chart and runs a series of tests to verify that the chart is well-formed. If the linter encounters things that will cause the chart to fail installation, it will emit [ERROR] messages. If it encounters issues that break with convention or r...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_lint.md
main
helm
[ 0.04393792897462845, 0.00007582551188534126, 0.020289959385991096, -0.048741139471530914, 0.03583386540412903, 0.018075810745358467, -0.04025893285870552, 0.05446069315075874, 0.005692360457032919, 0.02070656232535839, -0.01395805086940527, -0.08271165937185287, 0.011538084596395493, -0.03...
0.029326
list chart repositories ``` helm repo list [flags] ``` ### Options ``` -h, --help help for list --no-headers suppress headers in the output -o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table) ``` ### Options inherited from parent commands ``` --burst-limit in...
https://github.com/helm/helm-www/blob/main/docs/helm/helm_repo_list.md
main
helm
[ 0.022578412666916847, 0.0914527177810669, -0.01072592195123434, -0.026912560686469078, 0.04187263920903206, 0.004680957645177841, -0.008139939047396183, 0.0005696929292753339, 0.03592628613114357, 0.04313686490058899, 0.018789522349834442, -0.07392994314432144, 0.04120808094739914, -0.0498...
0.094817