rules_helm icon indicating copy to clipboard operation
rules_helm copied to clipboard

Not consistent DEBUG messages using oci registry

Open farcop opened this issue 4 months ago • 0 comments

bazel 8.3.1 rules_helm 0.15.0

I use bitnami chart for building composite chart

helm_import_repository(
    name = "helm_chart_mongodb",
    sha256 = "e68760b96a88ac4ea4849d775fe54ac0e4aa4a2321185df19a1d2e8513c4c654",
    url = "oci://registry-1.docker.io/bitnamicharts/mongodb:15.6.25",
),

and when I do the build I get strange messages:

DEBUG: Rule '+kublr_deps+helm_chart_mongodb' indicated that a canonical reproducible form can be obtained by modifying arguments chart_name = "mongodb", version = "15.6.25"
DEBUG: Repository +kublr_deps+helm_chart_mongodb instantiated at:
  <builtin>: in <toplevel>
Repository rule helm_import_repository defined at:
  /private/var/tmp/_bazel_farcop/e66529431dbede3bc951f821053136ab/external/rules_helm+/helm/private/helm_import.bzl:193:41: in <toplevel>

farcop avatar Aug 19 '25 03:08 farcop