{"id":15348186,"url":"https://github.com/ironcore864/drone-helm3-s3","last_synced_at":"2026-01-25T13:32:24.317Z","repository":{"id":73865834,"uuid":"255854718","full_name":"IronCore864/drone-helm3-s3","owner":"IronCore864","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-14T16:05:36.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T02:44:44.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IronCore864.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-15T08:35:12.000Z","updated_at":"2020-10-14T16:05:39.000Z","dependencies_parsed_at":"2023-09-21T10:03:16.877Z","dependency_job_id":null,"html_url":"https://github.com/IronCore864/drone-helm3-s3","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"b251c96baaeb12b9e49d4acc6098c19cf7623e28"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IronCore864/drone-helm3-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fdrone-helm3-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fdrone-helm3-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fdrone-helm3-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fdrone-helm3-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronCore864","download_url":"https://codeload.github.com/IronCore864/drone-helm3-s3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronCore864%2Fdrone-helm3-s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28753436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-01T11:45:17.879Z","updated_at":"2026-01-25T13:32:24.302Z","avatar_url":"https://github.com/IronCore864.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-helm3-s3 Plugin\n\nA docker image based on alpine/helm3, with helm-s3 plugin and kubectl installed so that you can use AWS S3 bucket as your helm chart repository.\n\n## DockerHub\n\nhttps://hub.docker.com/repository/docker/ironcore864/drone-helm3-s3\n\n## Usage\n\n### Drone CI Example w/ Kubernetes Runner\n\n```\n---\nkind: pipeline\ntype: kubernetes\nname: k8s-deploy\n# must create yourself so that the pod has permission to deploy in the cluster, or comment this out and use other ways to access k8s like kube_api and token.\nservice_account_name: drone-k8s-deploy\n\nsteps:\n  - name: deploy\n    image: ironcore864/drone-helm3-s3:alpine3.11-helm3.11\n    commands:\n      - helm repo add YOUR_REPO_NAME sei s3://YOUR_REPO_S3_BUCKET\n      - helm repo update\n      - helm upgrade RELEASE_NAME -n NAMESPACE YOUR_REPO_NAME/YOUR_CHART_NAME\n    environment:\n      AWS_DEFAULT_REGION: REGION_OF_YOUR_S3\n      AWS_ACCESS_KEY_ID:\n        from_secret: AWS_ACCESS_KEY_ID\n      AWS_SECRET_ACCESS_KEY:\n        from_secret: AWS_SECRET_ACCESS_KEY\n\ntrigger:\n  branch:\n    - master\n  event:\n    exclude:\n      - pull_request\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fdrone-helm3-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironcore864%2Fdrone-helm3-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironcore864%2Fdrone-helm3-s3/lists"}