{"id":46932648,"url":"https://github.com/martoc/action-helm-build","last_synced_at":"2026-03-11T05:01:33.266Z","repository":{"id":264726935,"uuid":"894193978","full_name":"martoc/action-helm-build","owner":"martoc","description":"Automates packaging and pushing Helm charts to GCP Artifact Registry with built-in versioning","archived":false,"fork":false,"pushed_at":"2026-03-05T15:51:01.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T18:47:07.623Z","etag":null,"topics":["cdf"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":".github/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-25T23:23:55.000Z","updated_at":"2026-03-05T16:02:47.000Z","dependencies_parsed_at":"2026-02-14T20:02:18.871Z","dependency_job_id":null,"html_url":"https://github.com/martoc/action-helm-build","commit_stats":null,"previous_names":["martoc/action-helm-build"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/martoc/action-helm-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-helm-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-helm-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-helm-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-helm-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martoc","download_url":"https://codeload.github.com/martoc/action-helm-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martoc%2Faction-helm-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cdf"],"created_at":"2026-03-11T05:01:32.313Z","updated_at":"2026-03-11T05:01:33.261Z","avatar_url":"https://github.com/martoc.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# action-helm-build\n\nA GitHub Action that packages and pushes Helm charts to AWS ECR and GCP Artifact Registry. It simplifies the CI/CD workflow by automating the process of versioning, packaging, and pushing Helm charts.\n\n## Features\n\n- Multi-registry support: AWS ECR, GCP Artifact Registry\n- Automatic chart versioning from `TAG_VERSION`\n- Helm chart packaging using `helm package`\n- OCI registry push\n- Workload Identity Federation support (GCP)\n- IAM role assumption support (AWS)\n\n## Quick Start\n\n```yaml\n- name: Build \u0026 Push Helm Chart (AWS)\n  uses: martoc/action-helm-build@v0\n  with:\n    registry: aws\n    region: us-east-2\n    repository_name: helm-charts\n    aws_account_id: \"123456789012\"\n```\n\n```yaml\n- name: Build \u0026 Push Helm Chart (GCP)\n  uses: martoc/action-helm-build@v0\n  with:\n    registry: gcp\n    region: europe-west2\n    repository_name: helm-charts\n    gcp_project_id: my-project\n```\n\n## Documentation\n\n- [Usage Guide](./docs/USAGE.md) - Detailed usage instructions and examples\n- [Code Style](./docs/CODESTYLE.md) - Code style guidelines for contributors\n\n## Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `registry` | Registry to push to (`gcp`, `aws`) | No | `docker.io` |\n| `region` | GCP or AWS region | No | `\"\"` |\n| `repository_name` | Repository name | No | `\"\"` |\n| `aws_account_id` | AWS Account ID | No | `\"\"` |\n| `gcp_project_id` | Google Cloud Project ID | No | `\"\"` |\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `TAG_VERSION` | Version tag for the Helm chart (required) |\n\n## Licence\n\nThis project is licenced under the MIT Licence - see the [LICENCE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-helm-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartoc%2Faction-helm-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartoc%2Faction-helm-build/lists"}