{"id":22131097,"url":"https://github.com/slamdev/rules_helm","last_synced_at":"2025-03-24T09:14:55.793Z","repository":{"id":38419173,"uuid":"424892986","full_name":"slamdev/rules_helm","owner":"slamdev","description":"Helm rules for Bazel","archived":false,"fork":false,"pushed_at":"2024-08-02T14:58:58.000Z","size":68,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T14:45:10.283Z","etag":null,"topics":["bazel","bazel-rules"],"latest_commit_sha":null,"homepage":"","language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-05T09:29:00.000Z","updated_at":"2021-11-20T15:05:29.000Z","dependencies_parsed_at":"2023-11-22T01:01:48.035Z","dependency_job_id":"7baf2caa-d6bf-4142-8a5f-5ce6c057b66d","html_url":"https://github.com/slamdev/rules_helm","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Frules_helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slamdev","download_url":"https://codeload.github.com/slamdev/rules_helm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240887,"owners_count":20583102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bazel","bazel-rules"],"created_at":"2024-12-01T18:29:46.626Z","updated_at":"2025-03-24T09:14:55.660Z","avatar_url":"https://github.com/slamdev.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bazel rules for helm\n\n## Installation\n\nInclude this in your WORKSPACE file:\n\n```starlark\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\n\nhttp_archive(\n    name = \"slamdev_rules_helm\",\n    url = \"https://github.com/slamdev/rules_helm/releases/download/0.0.0/slamdev_rules_helm-v0.0.0.tar.gz\",\n    sha256 = \"\",\n)\n\nload(\"@slamdev_rules_helm//helm:deps.bzl\", \"helm_register_toolchains\", \"rules_helm_dependencies\")\n\nrules_helm_dependencies()\n\nhelm_register_toolchains(\n    name = \"helm3_7_1\",\n    helm_version = \"3.7.1\",\n)\n```\n\n\u003e note, in the above, replace the version and sha256 with the one indicated\n\u003e in the release notes for rules_helm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Frules_helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslamdev%2Frules_helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Frules_helm/lists"}