0.24.0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_helm",
integrity = "sha256-iBIf5F8QWh91zenXqeUPt96adq87lK7nvXOz0MR6ULw=",
urls = ["https://github.com/periareon/rules_helm/releases/download/0.24.0/rules_helm-v0.24.0.tar.gz"],
)Additional documentation can be found at: https://github.com/periareon/rules_helm
What's Changed
- Fix registry and repository values for rules_img by @kiberbunozes-ceo in #253
- Release 0.24.0 by @abrisco in #254
New Contributors
- @kiberbunozes-ceo made their first contribution in #253
Full Changelog: 0.23.1...0.24.0