{"id":22509479,"url":"https://github.com/deliverybot/example-helm","last_synced_at":"2025-08-03T13:31:30.647Z","repository":{"id":39583654,"uuid":"205635297","full_name":"deliverybot/example-helm","owner":"deliverybot","description":"Example deployment automation with Kubernetes and GitHub actions.","archived":false,"fork":false,"pushed_at":"2022-05-31T16:00:03.000Z","size":18,"stargazers_count":38,"open_issues_count":3,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-03-02T22:56:40.773Z","etag":null,"topics":["deployment","deployment-automation","helm","kubernetes"],"latest_commit_sha":null,"homepage":"https://deliverybot.dev","language":"JavaScript","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/deliverybot.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}},"created_at":"2019-09-01T05:51:35.000Z","updated_at":"2023-02-28T23:56:08.000Z","dependencies_parsed_at":"2022-09-05T23:51:04.058Z","dependency_job_id":null,"html_url":"https://github.com/deliverybot/example-helm","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fexample-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fexample-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fexample-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliverybot%2Fexample-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deliverybot","download_url":"https://codeload.github.com/deliverybot/example-helm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548409,"owners_count":17935204,"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":["deployment","deployment-automation","helm","kubernetes"],"created_at":"2024-12-07T01:29:13.337Z","updated_at":"2024-12-07T01:29:13.928Z","avatar_url":"https://github.com/deliverybot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deliverybot Helm Example\n\nThis is an example of deploying to Helm using GitHub actions.\n[View the guide.](https://deliverybot.dev/docs/integrations/action-helm/)\n\n1. Click the \"Use this template\" button to create a new fork of this repository.\n\n2. Install [deliverybot](https://github.com/apps/deliverybot) on the new repo.\n\n3. Follow the [Kubernetes setup](#kubernetes-setup) guide below.\n\n5. Push a commit to your new fork and watch the example workflows kick off!\n\n6. Visit the [deliverybot app](https://app.deliverybot.dev) and manually deploy.\n\nNote: If you don't want to trigger a deployment using Deliverybot, you can do\nthis just with a curl command to the GitHub deployments api\nhttps://developer.github.com/v3/repos/deployments/.\n\n### Kubernetes setup\n\n1. Get yourself a Kubernetes cluster either using Google cloud or another\n   provider. [Google cloud instructions](https://cloud.google.com/kubernetes-engine/docs/quickstart).\n\n2. Create a service account for GitHub actions to have access to your cluster.\n   [Follow this gist](https://gist.github.com/innovia/fbba8259042f71db98ea8d4ad19bd708).\n\n3. Copy the created service account into your GitHub repository secrets with the\n   name `KUBECONFIG`.\n\n4. Now we can create the `example-helm` namespace in Kubernetes with:\n\n```\nkubectl create ns example-helm\n```\n\n### Structure\n\n```bash\nconfig/                   # Contains value files per environment.\n.github/workflows/cd.yml  # GitHub action workflow.\n.github/deploy.yml        # Deliverybot configuration file.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fexample-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeliverybot%2Fexample-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliverybot%2Fexample-helm/lists"}