rules_helm
rules_helm copied to clipboard
Bazel rules for producing Helm charts
I tried to get a helm chart to build with subcharts, but there doesn't seem to be a way to get that to work. I tried to use the `deps`...
Hello, I'm facing this issue while using bzlmod : ``` ❯ bazel build --enable_bzlmod //XXX:chart ERROR: Analysis of target '//infra/XXX:chart' failed; build aborted: Error loading '@@rules_helm~//helm:extensions.bzl' for module extensions, requested...
I would like to suggest some enhancements regarding `oci_push` image referencing and replacements in chart files. Sometimes it's more convenient to see meaningful Docker image tag in k8s specs instead...
Try to address #74 * `files` attribute added to `helm_package` * it receives map from fileset to directory inside a chart where the whole fileset will be copied Could be...
Hello, First thanks author very much for the great tool! I faced with the bug, I think. My environment is: Ubuntu Linux 24.04.1 (arm64) Bazel 7.3.1 rules_helm 0.5.1 rules_oci 2.0.0...