You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><tdstyle="text-align: left"><aid="helm_package-deps"></a>deps</td><tdstyle="text-align: left">Other helm packages this package depends on.</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">List of labels</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>[]</code></td></tr>
312
312
<tr><tdstyle="text-align: left"><aid="helm_package-chart"></a>chart</td><tdstyle="text-align: left">The <code>Chart.yaml</code> file of the helm chart</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">Label</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>None</code></td></tr>
313
313
<tr><tdstyle="text-align: left"><aid="helm_package-chart_json"></a>chart_json</td><tdstyle="text-align: left">The <code>Chart.yaml</code> file of the helm chart as a json object</td><tdstyle="text-align: left">String</td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>""</code></td></tr>
314
-
<tr><tdstyle="text-align: left"><aid="helm_package-crds"></a>crds</td><tdstyle="text-align: left">All crds associated with the current helm chart. E.g., the <code>./crds</code> directory</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">List of labels</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>[]</code></td></tr>
314
+
<tr><tdstyle="text-align: left"><aid="helm_package-crds"></a>crds</td><tdstyle="text-align: left">All <ahref="https://helm.sh/docs/chart_best_practices/custom_resource_definitions/">Custom Resource Definitions</a> associated with the current helm chart. E.g., the <code>./crds</code> directory</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">List of labels</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>[]</code></td></tr>
315
+
<tr><tdstyle="text-align: left"><aid="helm_package-files"></a>files</td><tdstyle="text-align: left">Files accessed in templates via the <ahref="https://helm.sh/docs/chart_template_guide/accessing_files/"><code>.Files</code> api</a></td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">List of labels</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>[]</code></td></tr>
315
316
<tr><tdstyle="text-align: left"><aid="helm_package-images"></a>images</td><tdstyle="text-align: left">A list of <ahref="https://github.com/bazel-contrib/rules_oci/blob/main/docs/push.md#oci_push_rule-remote_tags">oci_push</a> targets.</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">List of labels</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>[]</code></td></tr>
316
317
<tr><tdstyle="text-align: left"><aid="helm_package-stamp"></a>stamp</td><tdstyle="text-align: left">Whether to encode build information into the helm actions. Possible values:<br><br>- <code>stamp = 1</code>: Always stamp the build information into the helm actions, even in <ahref="https://docs.bazel.build/versions/main/user-manual.html#flag--stamp">--nostamp</a> builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.<br><br>- <code>stamp = 0</code>: Always replace build information by constant values. This gives good build result caching.<br><br>- <code>stamp = -1</code>: Embedding of build information is controlled by the <ahref="https://docs.bazel.build/versions/main/user-manual.html#flag--stamp">--[no]stamp</a> flag.<br><br>Stamped targets are not rebuilt unless their dependencies change.</td><tdstyle="text-align: left">Integer</td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>-1</code></td></tr>
317
318
<tr><tdstyle="text-align: left"><aid="helm_package-substitutions"></a>substitutions</td><tdstyle="text-align: left">A dictionary of substitutions to apply to the <code>values.yaml</code> file.</td><tdstyle="text-align: left"><ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>{}</code></td></tr>
<tr><tdstyle="text-align: left"><aid="helm_template_test-name"></a>name</td><tdstyle="text-align: left">A unique name for this target.</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels#target-names">Name</a></td><tdstyle="text-align: left">required</td><tdstyle="text-align: left"></td></tr>
413
414
<tr><tdstyle="text-align: left"><aid="helm_template_test-chart"></a>chart</td><tdstyle="text-align: left">The helm package to resolve templates for. Mutually exclusive with <code>installer</code>.</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">Label</a></td><tdstyle="text-align: left">required</td><tdstyle="text-align: left"></td></tr>
414
415
<tr><tdstyle="text-align: left"><aid="helm_template_test-installer"></a>installer</td><tdstyle="text-align: left">The <code>helm_install</code>/<code>helm_upgrade</code> target to resolve templates for. Mutually exclusive with <code>chart</code>.</td><tdstyle="text-align: left"><ahref="https://bazel.build/concepts/labels">Label</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>None</code></td></tr>
416
+
<tr><tdstyle="text-align: left"><aid="helm_template_test-template_patterns"></a>template_patterns</td><tdstyle="text-align: left">A mapping of template paths to regex patterns required to match.</td><tdstyle="text-align: left"><ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> List of strings</a></td><tdstyle="text-align: left">optional</td><tdstyle="text-align: left"><code>{}</code></td></tr>
<tr><tdstyle="text-align: left"><aid="helm_chart-values_json"></a>values_json</td><tdstyle="text-align: left">The json encoded contents of <code>values.yaml</code>.</td><tdstyle="text-align: left"><code>None</code></td></tr>
530
532
<tr><tdstyle="text-align: left"><aid="helm_chart-substitutions"></a>substitutions</td><tdstyle="text-align: left">A dictionary of substitutions to apply to <code>values.yaml</code>.</td><tdstyle="text-align: left"><code>{}</code></td></tr>
531
533
<tr><tdstyle="text-align: left"><aid="helm_chart-templates"></a>templates</td><tdstyle="text-align: left">A list of template files to include in the package.</td><tdstyle="text-align: left"><code>None</code></td></tr>
534
+
<tr><tdstyle="text-align: left"><aid="helm_chart-files"></a>files</td><tdstyle="text-align: left">Files accessed in templates via the <ahref="https://helm.sh/docs/chart_template_guide/accessing_files/"><code>.Files</code> api</a>.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
532
535
<tr><tdstyle="text-align: left"><aid="helm_chart-images"></a>images</td><tdstyle="text-align: left">A list of <ahref="https://github.com/bazel-contrib/rules_oci/blob/main/docs/push.md#oci_push_rule-remote_tags">oci_push</a> targets</td><tdstyle="text-align: left"><code>[]</code></td></tr>
533
536
<tr><tdstyle="text-align: left"><aid="helm_chart-deps"></a>deps</td><tdstyle="text-align: left">A list of helm package dependencies.</td><tdstyle="text-align: left"><code>None</code></td></tr>
534
537
<tr><tdstyle="text-align: left"><aid="helm_chart-install_name"></a>install_name</td><tdstyle="text-align: left">The <code>helm install</code> name to use. <code>name</code> will be used if unset.</td><tdstyle="text-align: left"><code>None</code></td></tr>
<tr><tdstyle="text-align: left"><aid="helm_chart-install_opts"></a>install_opts</td><tdstyle="text-align: left">Additional options to pass to <code>helm install</code>.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
539
542
<tr><tdstyle="text-align: left"><aid="helm_chart-upgrade_opts"></a>upgrade_opts</td><tdstyle="text-align: left">Additional options to pass to <code>helm upgrade</code>.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
540
543
<tr><tdstyle="text-align: left"><aid="helm_chart-uninstall_opts"></a>uninstall_opts</td><tdstyle="text-align: left">Additional options to pass to <code>helm uninstall</code>.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
541
-
<tr><tdstyle="text-align: left"><aid="helm_chart-data"></a>data</td><tdstyle="text-align: left">Additional runtime data to pass to the helm templates.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
544
+
<tr><tdstyle="text-align: left"><aid="helm_chart-data"></a>data</td><tdstyle="text-align: left">Additional runtime data to pass to the helm install, upgrade, and uninstall targets.</td><tdstyle="text-align: left"><code>[]</code></td></tr>
542
545
<tr><tdstyle="text-align: left"><aid="helm_chart-stamp"></a>stamp</td><tdstyle="text-align: left">Whether to encode build information into the helm chart.</td><tdstyle="text-align: left"><code>None</code></td></tr>
543
546
<tr><tdstyle="text-align: left"><aid="helm_chart-kwargs"></a>kwargs</td><tdstyle="text-align: left">Additional keyword arguments for <code>helm_package</code>.</td><tdstyle="text-align: left">none</td></tr>
0 commit comments