{"id":24744342,"url":"https://github.com/questopshub/terraform-helm-release","last_synced_at":"2026-04-29T11:04:40.900Z","repository":{"id":274551199,"uuid":"923285148","full_name":"QuestOpsHub/terraform-helm-release","owner":"QuestOpsHub","description":"A Release is an instance of a chart running in a Kubernetes cluster.","archived":false,"fork":false,"pushed_at":"2025-01-28T00:25:17.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-22T22:37:20.831Z","etag":null,"topics":["iac","infrastructure-as-code","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/QuestOpsHub.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"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":"2025-01-28T00:22:03.000Z","updated_at":"2025-01-28T00:24:57.000Z","dependencies_parsed_at":"2025-01-28T01:38:14.049Z","dependency_job_id":null,"html_url":"https://github.com/QuestOpsHub/terraform-helm-release","commit_stats":null,"previous_names":["questopshub/terraform-helm-release"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/QuestOpsHub/terraform-helm-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestOpsHub%2Fterraform-helm-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestOpsHub%2Fterraform-helm-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestOpsHub%2Fterraform-helm-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestOpsHub%2Fterraform-helm-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuestOpsHub","download_url":"https://codeload.github.com/QuestOpsHub/terraform-helm-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestOpsHub%2Fterraform-helm-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["iac","infrastructure-as-code","terraform","terraform-module"],"created_at":"2025-01-28T02:18:02.058Z","updated_at":"2026-04-29T11:04:40.882Z","avatar_url":"https://github.com/QuestOpsHub.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e=0.13 |\n| \u003ca name=\"requirement_helm\"\u003e\u003c/a\u003e [helm](#requirement\\_helm) | \u003e=2.17.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | \u003e=2.17.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [helm_release.release](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_chart\"\u003e\u003c/a\u003e [chart](#input\\_chart) | (Required) Chart name to be installed. A path may be used | `string` | n/a | yes |\n| \u003ca name=\"input_chart_version\"\u003e\u003c/a\u003e [chart\\_version](#input\\_chart\\_version) | (Optional) Specify the exact chart version to install. If this is not specified, the latest version is installed. | `string` | `null` | no |\n| \u003ca name=\"input_create_namespace\"\u003e\u003c/a\u003e [create\\_namespace](#input\\_create\\_namespace) | (Optional) Create the namespace if it does not exist. Defaults to false. | `bool` | `false` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | (Required) Release name. The length must not be longer than 53 characters. | `string` | n/a | yes |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | (Optional) Namespace to install the release into. Defaults to default. | `string` | `\"default\"` | no |\n| \u003ca name=\"input_replace\"\u003e\u003c/a\u003e [replace](#input\\_replace) | (Optional) Re-use the given name, even if that name is already used. This is unsafe in production. Defaults to false. | `bool` | `false` | no |\n| \u003ca name=\"input_repository\"\u003e\u003c/a\u003e [repository](#input\\_repository) | (Optional) Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository. | `string` | `null` | no |\n| \u003ca name=\"input_set\"\u003e\u003c/a\u003e [set](#input\\_set) | (Optional) Custom values to be merged with the values. | `map(string)` | `{}` | no |\n\n## Outputs\n\nNo outputs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestopshub%2Fterraform-helm-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestopshub%2Fterraform-helm-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestopshub%2Fterraform-helm-release/lists"}