{"id":5799780,"name":"bitovi/github-actions-deploy-eks-helm","ecosystem":"actions","description":"Deploy a helm chart to an Amazon EKS cluster using IAM authentication.","homepage":"https://www.bitovi.com/platform-engineering-consulting","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/bitovi/github-actions-deploy-eks-helm","keywords_array":["chart","deployment","gitops","helm","helm-charts","kubernetes","kubernetes-cluster","kubernetes-deployment"],"namespace":"bitovi","versions_count":21,"first_release_published_at":"2022-04-19T17:32:42.000Z","latest_release_published_at":"2024-10-30T18:58:33.000Z","latest_release_number":"v1.2.12","last_synced_at":"2026-06-05T10:55:25.425Z","created_at":"2023-01-04T11:32:14.599Z","updated_at":"2026-06-05T10:55:25.425Z","registry_url":"https://github.com/bitovi/github-actions-deploy-eks-helm","install_command":null,"documentation_url":null,"metadata":{"name":"Deploy Helm chart to AWS EKS Cluster","description":"Deploy a helm chart to an Amazon EKS cluster using IAM authentication.","branding":{"icon":"anchor","color":"red"},"inputs":{"aws-secret-access-key":{"description":"AWS credentials used to login to eks.","required":false},"aws-access-key-id":{"description":"AWS credentials used to login to eks.","required":false},"aws-region":{"description":"AWS region to use (default: us-west-2)","required":true,"default":"us-west-2"},"cluster-name":{"description":"EKS cluster name.","required":true},"cluster-role-arn":{"description":"EKS cluster admin role arn.","required":false},"config-files":{"description":"Comma separated list of helm values files.","required":false},"namespace":{"description":"Kubernetes namespace to target. (default: \"default\")","required":false},"create-namespace":{"description":"Enable creating the namespace if it does not exist. Requires cluster API permissions.","required":false,"default":"true"},"values":{"description":"Comma separated list of value sets for helms. e.x: key1=value1,key2=value2","required":false},"name":{"description":"Name of the helm deploy.","required":true},"action":{"description":"Specify whether you want to list, install or uninstall the target helm chart","required":false,"default":"install"},"dry-run":{"description":"Toggles dry-run flag for install/uninstall actions","required":false,"default":false},"chart-path":{"description":"The path of the chart.","required":false,"default":"helm/"},"chart-repository":{"description":"The repository of the chart.","required":false},"version":{"description":"The chart version","required":false},"timeout":{"description":"Timeout for the job.","required":true,"default":"0s"},"update-deps":{"description":"Update chart dependencies","required":false,"default":"true"},"plugins":{"description":"Comma separated list of helm plugins to install. e.x: https://github.com/hypnoglow/helm-s3.git,https://github.com/someuser/helm-plugin.git","required":false},"helm-wait":{"description":"Add the --wait flag to helm","required":false},"atomic":{"description":"Add the --atomic flag to rollback on failure","required":false},"ca-file":{"description":"Verify certificates of HTTPS-enabled servers using this CA bundle.","required":false},"cert-file":{"description":"Identify HTTPS client using this SSL certificate file.","required":false},"key-file":{"description":"Identify HTTPS client using this SSL key file.","required":false},"insecure-skip-tls-verify":{"description":"Skip tls certificate checks for the chart download.","required":false},"pass-credentials":{"description":"Pass credentials to all domains.","required":false},"password":{"description":"Chart repository password where to locate the requested chart.","required":false},"username":{"description":"Chart repository username where to locate the requested chart.","required":false},"use-secrets-vals":{"description":"Uses the secrets with vals backend to apply the chart","required":false},"helm-extra-args":{"description":"Append any string containing any extra option that might escape the ones present in this action.","required":false}},"runs":{"using":"docker","image":"Dockerfile","env":{"AWS_REGION":"${{ inputs.aws-region }}","AWS_SECRET_ACCESS_KEY":"${{ inputs.aws-secret-access-key }}","AWS_ACCESS_KEY_ID":"${{ inputs.aws-access-key-id }}","CLUSTER_NAME":"${{ inputs.cluster-name }}","CLUSTER_ROLE_ARN":"${{ inputs.cluster-role-arn }}","DEPLOY_CONFIG_FILES":"${{ inputs.config-files }}","DEPLOY_NAMESPACE":"${{ inputs.namespace }}","CREATE_NAMESPACE":"${{ inputs.create-namespace }}","DEPLOY_VALUES":"${{ inputs.values }}","DEPLOY_NAME":"${{ inputs.name }}","DEPLOY_CHART_PATH":"${{ inputs.chart-path }}","TIMEOUT":"${{ inputs.timeout }}","UPDATE_DEPS":"${{ inputs.update-deps }}","HELM_REPOSITORY":"${{ inputs.chart-repository }}","HELM_WAIT":"${{ inputs.helm-wait }}","PLUGINS_LIST":"${{ inputs.plugins }}","HELM_ATOMIC":"${{ inputs.atomic }}","HELM_ACTION":"${{ inputs.action }}","DRY_RUN":"${{ inputs.dry-run }}","CA_FILE":"${{ inputs.ca-file }}","CERT_FILE":"${{ inputs.cert-file }}","KEY_FILE":"${{ inputs.key-file }}","SKIP_TLS":"${{ inputs.insecure-skip-tls-verify }}","PASS_CREDENTIALS":"${{ inputs.pass-credentials }}","REPO_USERNAME":"${{ inputs.username }}","REPO_PASSWORD":"${{ inputs.password }}","VERSION":"${{ inputs.version }}","USE_SECRETS_VALS":"${{ inputs.use-secrets-vals }}","HELM_EXTRA_ARGS":"${{ inputs.helm-extra-args }}"}},"default_branch":"main","path":null},"repo_metadata":{"id":37678718,"uuid":"480971506","full_name":"bitovi/github-actions-deploy-eks-helm","owner":"bitovi","description":"Easily deploys helm charts to an EKS Cluster.","archived":false,"fork":false,"pushed_at":"2024-10-28T22:00:11.000Z","size":110,"stargazers_count":25,"open_issues_count":0,"forks_count":27,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-10-28T22:20:18.088Z","etag":null,"topics":["chart","deployment","gitops","helm","helm-charts","kubernetes","kubernetes-cluster","kubernetes-deployment"],"latest_commit_sha":null,"homepage":"https://www.bitovi.com/platform-engineering-consulting","language":"Shell","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/bitovi.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":"2022-04-12T21:00:18.000Z","updated_at":"2024-10-28T21:57:57.000Z","dependencies_parsed_at":"2023-12-01T12:17:24.009Z","dependency_job_id":"8fc1c301-080b-4801-bbd9-e06105a83cc9","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm","commit_stats":{"total_commits":62,"total_committers":12,"mean_commits":5.166666666666667,"dds":0.3870967741935484,"last_synced_commit":"b5bcfbd78aaa0a3b48d85ec8139736974d44180b"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223597522,"owners_count":17170974,"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"},"owner_record":{"login":"bitovi","name":"Bitovi","uuid":"2782656","kind":"organization","description":"","email":"contact@bitovi.com","website":"https://www.bitovi.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2782656?v=4","repositories_count":231,"last_synced_at":"2024-04-14T06:41:51.003Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bitovi","funding_links":[],"total_stars":4651,"followers":39,"following":0,"created_at":"2022-11-02T20:10:50.571Z","updated_at":"2024-04-14T06:42:23.466Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitovi/repositories"},"tags":[{"name":"v1.2.12","sha":"29f556cf128eb1b42f834caf13b60a630ee2a20b","kind":"commit","published_at":"2024-10-30T18:58:33.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.12","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.12","dependencies_parsed_at":"2024-11-01T06:55:32.618Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.12/manifests"},{"name":"v1.2.11","sha":"99dab6639807e0ff633590c780e2032da404ec6a","kind":"commit","published_at":"2024-10-28T21:57:52.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.11","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.11","dependencies_parsed_at":"2024-10-30T04:39:13.770Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.11/manifests"},{"name":"v1.2.10","sha":"17fcd3c5f699b979d63d15ab0900ad0ed3edb238","kind":"tag","published_at":"2024-06-12T18:04:43.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.10","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.10","dependencies_parsed_at":"2024-06-14T04:05:44.083Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.10/manifests"},{"name":"v1.2.9","sha":"016d790e0f780d468a99a4ded0d10636d94daad5","kind":"commit","published_at":"2024-02-09T11:53:42.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.9","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.9","dependencies_parsed_at":"2024-02-12T04:57:15.136Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.9/manifests"},{"name":"v1.2.8","sha":"4880da64cef3bf93a2dfdb8122275cc8f6c46e4e","kind":"commit","published_at":"2023-10-31T14:58:37.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.8","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.8","dependencies_parsed_at":"2023-11-02T09:22:39.099Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.8/manifests"},{"name":"v1.2.7","sha":"112700573023d55d50a4e9e6822370adf0740937","kind":"commit","published_at":"2023-10-03T14:29:06.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.7","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.7","dependencies_parsed_at":"2023-10-12T06:42:58.868Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.7/manifests"},{"name":"v1.2.6","sha":"690916fdef370ecd80c53e602be2e26fa6a09080","kind":"commit","published_at":"2023-09-27T20:54:51.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.6","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.6","dependencies_parsed_at":"2023-09-29T13:33:31.832Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.6/manifests"},{"name":"v1.2.5","sha":"9608662de0b04990e11459bbca3780961c8c24dc","kind":"commit","published_at":"2023-09-06T14:35:05.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.5","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.5","dependencies_parsed_at":"2023-09-07T06:28:47.376Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"46555a63624849ee8f7cce368c26ae50cc3a6bac","kind":"commit","published_at":"2023-04-18T12:04:27.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.4","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.4","dependencies_parsed_at":"2023-06-02T01:18:25.114Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"25cd42437d23450263394ff10e2c79e7bd90e473","kind":"commit","published_at":"2023-03-17T20:08:38.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.3","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.3","dependencies_parsed_at":"2023-06-02T01:18:26.475Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"16b738c34df3a908e27537584faac2fdd0d8e325","kind":"commit","published_at":"2023-02-08T17:13:12.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.2","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.2","dependencies_parsed_at":"2023-06-02T01:18:25.189Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"e3efa08285441dd004c392e80ec6724547b5c948","kind":"commit","published_at":"2023-01-24T14:17:32.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.1","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.1","dependencies_parsed_at":"2023-06-02T01:18:24.986Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"1edec4967fc52ec23e1bbedc6e341f79715b3ce5","kind":"commit","published_at":"2023-01-23T20:43:44.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.2.0","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-02T01:18:25.288Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"c6543504526ea0039cbfc24a02ff4ee6d6573d22","kind":"commit","published_at":"2022-12-06T20:59:13.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.1.1","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-01T10:21:46.591Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"3bd53c2a4cc0de29c7f44f2abcb0be4aa8f144c9","kind":"commit","published_at":"2022-09-01T17:25:03.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.1.0","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T11:30:02.357Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.1.0/manifests"},{"name":"v1.0.4","sha":"343c9f7431a7ff1f3320dfbf6ae7846f455bfdd5","kind":"commit","published_at":"2022-08-26T14:08:49.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.0.4","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-31T11:30:03.183Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"789f6472ac60365b38ed017178a8a9e4872f730a","kind":"commit","published_at":"2022-07-13T13:11:36.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.0.3","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T11:30:04.901Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.3/manifests"},{"name":"v1.03","sha":"789f6472ac60365b38ed017178a8a9e4872f730a","kind":"commit","published_at":"2022-07-13T13:11:36.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.03","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.03","dependencies_parsed_at":"2023-05-31T11:30:04.018Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.03","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.03/manifests"},{"name":"v1.0.2","sha":"2cf9a3b678fc12b0d21acb5482086b0c2f5ee8a7","kind":"commit","published_at":"2022-06-16T13:12:52.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.0.2","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T11:30:06.174Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"15e3929a54578e5f041e4ee8ddbb77a56ffb6ca8","kind":"commit","published_at":"2022-05-18T18:05:22.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/v1.0.1","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T11:30:06.799Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/v1.0.1/manifests"},{"name":"V1.0.0","sha":"9a03e89792ac413f9bc3a28348f2845f998675a2","kind":"commit","published_at":"2022-04-19T17:32:42.000Z","download_url":"https://codeload.github.com/bitovi/github-actions-deploy-eks-helm/tar.gz/V1.0.0","html_url":"https://github.com/bitovi/github-actions-deploy-eks-helm/releases/tag/V1.0.0","dependencies_parsed_at":"2023-05-31T11:30:07.565Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/V1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/tags/V1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-11-07T23:25:43.956Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":16,"rankings":{"downloads":null,"dependent_repos_count":10.156868958960546,"dependent_packages_count":0.0,"stargazers_count":7.7452067818095385,"forks_count":3.4099191887181113,"docker_downloads_count":3.7268261765171924,"average":5.007764221201077},"purl":"pkg:githubactions/bitovi/github-actions-deploy-eks-helm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/bitovi/github-actions-deploy-eks-helm","docker_dependents_count":1,"docker_downloads_count":53,"usage_url":"https://repos.ecosyste.ms/usage/actions/bitovi/github-actions-deploy-eks-helm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/bitovi/github-actions-deploy-eks-helm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-11-07T22:19:23.730Z","issues_count":29,"pull_requests_count":32,"avg_time_to_close_issue":1452662.6551724137,"avg_time_to_close_pull_request":375631.46875,"issues_closed_count":29,"pull_requests_closed_count":32,"pull_request_authors_count":14,"issue_authors_count":26,"avg_comments_per_issue":2.9310344827586206,"avg_comments_per_pull_request":1.3125,"merged_pull_requests_count":31,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":6,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":1445437.1666666667,"past_year_avg_time_to_close_pull_request":109145.25,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":4.5,"past_year_avg_comments_per_pull_request":0.625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":8,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitovi%2Fgithub-actions-deploy-eks-helm/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/bitovi%2Fgithub-actions-deploy-eks-helm/codemeta","maintainers":[]}