{"id":20872392,"url":"https://github.com/romnn/helm-deploy-action","last_synced_at":"2026-05-05T15:38:25.674Z","repository":{"id":110742409,"uuid":"329417706","full_name":"romnn/helm-deploy-action","owner":"romnn","description":"deploy your helm chart to k8s","archived":false,"fork":false,"pushed_at":"2024-04-16T16:49:51.000Z","size":765,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T08:43:40.459Z","etag":null,"topics":["actions","ci-cd","deployment","helm","k8s"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/romnn.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":"2021-01-13T20:00:10.000Z","updated_at":"2024-04-14T11:55:42.000Z","dependencies_parsed_at":"2024-04-16T17:58:05.379Z","dependency_job_id":"2dfa9f21-57dc-4a62-966d-7d3d113ec3b0","html_url":"https://github.com/romnn/helm-deploy-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fhelm-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fhelm-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fhelm-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fhelm-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romnn","download_url":"https://codeload.github.com/romnn/helm-deploy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243247793,"owners_count":20260747,"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":["actions","ci-cd","deployment","helm","k8s"],"created_at":"2024-11-18T06:19:01.303Z","updated_at":"2025-12-25T15:34:11.634Z","avatar_url":"https://github.com/romnn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## helm deploy action\n\nGitHub action to deploy a helm chart to kubernetes using GitHub actions.\n\n#### Example 1 (helm upgrade, public chart)\n\n```yaml\n# .github/workflows/deploy.yml\nname: Deploy\non: ['deployment']\n\njobs:\n  deployment:\n    runs-on: 'ubuntu-latest'\n    steps:\n    - uses: actions/checkout@v1\n\n    - name: 'Deploy'\n      uses: 'romnn/helm-deploy-action@master'\n      with:\n        command: 'upgrade'\n        release: 'my-release'\n        chart: 'nginx-stable/nginx-ingress'\n        repo: 'https://helm.nginx.com/stable'\n        repo-alias: 'nginx-stable'\n        namespace: 'default'\n        github-token: '${{ secrets.GITHUB_TOKEN }}'\n        values: |\n          foo: bar\n        value-files: \u003e-\n        [\n          \"values.yaml\",\n          \"values.production.yaml\"\n        ]\n      env:\n        KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}'\n```\n\n#### Value file interpolation\n\nThe following syntax allows variables to be used in value files:\n\n- `${{ secrets.KEY }}`: References secret variables passed in the secrets input.\n- `${{ deployment }}`: References the deployment event that triggered this\n  action.\n\n#### Testing\n\nYou can run the action locally. Action input parameters can be passed as\nenvironment variables with the `INPUT_` prefix.\n\n```bash\nenv 'INPUT_COMMAND=\"push\"' 'INPUT_REPO-USERNAME=\"test\"' yarn run run\n```\n\nTests are run as part of the actions CI pipeline and can be run locally using\n[act](https://github.com/nektos/act):\n\n```bash\nact --platform ubuntu-latest=lucasalt/act_base:latest\n```\n\n\"scripts\": { \"build\": \"tsc\", \"run\": \"yarn run package \u0026\u0026 node dist/index.js\",\n\"run-tsnode\": \"ts-node src/main.ts\", \"run-tsx\": \"tsx src/main.ts\", \"format\":\n\"prettier --write **/\\*.ts\", \"format-check\": \"prettier --check **/\\*.ts\",\n\"package\": \"yarn run build \u0026\u0026 ncc build -m\", \"packageold\": \"yarn run build \u0026\u0026\nncc build --source-map --license licenses.txt\", \"test\": \"node --trace-warnings\nnode_modules/.bin/jest --detectOpenHandles --no-cache\", \"integration\": \"yarn run\nbuild \u0026\u0026 node --trace-warnings node_modules/.bin/jest --no-cache\", \"all\": \"yarn\nrun build \u0026\u0026 yarn run format \u0026\u0026 yarn run package \u0026\u0026 yarn test\" },\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fhelm-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromnn%2Fhelm-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fhelm-deploy-action/lists"}