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
| <aid="helm_chart-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/docs/build-ref.html#name">Name</a> | required ||
21
21
| <aid="helm_chart-app_version"></a>app_version | Set the appVersion on the chart to this version. | String | optional | "" |
22
-
| <aid="helm_chart-deps"></a>deps | Chart dependencies; must much the ones defined in a Chart.yaml file..| <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
22
+
| <aid="helm_chart-deps"></a>deps | Chart dependencies; must much the ones defined in a Chart.yaml file. | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
23
23
| <aid="helm_chart-image_digest_vars"></a>image_digest_vars | Map of container image labels to a template keys, to extract digest from. <pre><code>image_digest_vars = {<br><br> ":image": "{img_digest}",<br><br>}</code></pre> | <ahref="https://bazel.build/docs/skylark/lib/dict.html">Dictionary: Label -> String</a> | optional | {} |
24
24
| <aid="helm_chart-srcs"></a>srcs | Files to package into a chart; must contain a Chart.yaml file. | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
25
25
| <aid="helm_chart-values_files"></a>values_files | Specify values in a YAML file (can specify multiple). | <ahref="https://bazel.build/docs/build-ref.html#labels">List of labels</a> | optional |[]|
0 commit comments