{"id":15644969,"url":"https://github.com/wyrihaximus/github-action-helm3","last_synced_at":"2025-05-06T21:29:54.574Z","repository":{"id":42672983,"uuid":"231967053","full_name":"WyriHaximus/github-action-helm3","owner":"WyriHaximus","description":"Slim wrapper around helm3","archived":false,"fork":false,"pushed_at":"2025-03-14T21:34:41.000Z","size":3576,"stargazers_count":57,"open_issues_count":12,"forks_count":29,"subscribers_count":2,"default_branch":"3.x","last_synced_at":"2025-05-05T20:06:59.666Z","etag":null,"topics":["github-acion","hacktoberfest","helm","helm3"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/WyriHaximus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"WyriHaximus"}},"created_at":"2020-01-05T19:44:04.000Z","updated_at":"2025-03-14T21:34:44.000Z","dependencies_parsed_at":"2023-02-14T19:01:44.151Z","dependency_job_id":"bd61a7c2-ce3b-4ced-b3b6-8c15d2e56439","html_url":"https://github.com/WyriHaximus/github-action-helm3","commit_stats":{"total_commits":80,"total_committers":9,"mean_commits":8.88888888888889,"dds":0.3125,"last_synced_commit":"8c8247c1d21f3317022d8b840124e689fa230dbd"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-helm3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-helm3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-helm3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-helm3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WyriHaximus","download_url":"https://codeload.github.com/WyriHaximus/github-action-helm3/tar.gz/refs/heads/3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252771767,"owners_count":21801775,"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":["github-acion","hacktoberfest","helm","helm3"],"created_at":"2024-10-03T12:03:47.591Z","updated_at":"2025-05-06T21:29:54.551Z","avatar_url":"https://github.com/WyriHaximus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/WyriHaximus"],"categories":[],"sub_categories":[],"readme":"# Helm Github Action\n\nRuns given Helm/shell commands after ensuring Helm and kubectl are installed or pull in it's own. \n\n![Example output showing this action in action](images/output.png)\n\n## Options\n\nThis action supports the following options.\n\n### exec\n\nThe shell commands to run.\n\n* *Required*: `Yes`\n* *Type*: `string`\n* *Example*: `helm version`\n\n## kubeconfig\n\nThe contents of the `~/.kube/config` used by kubectl and helm to authenticate and communicate with your kubernetes\ncluster. *Note: this can be empty if you want to use this action to do helm lints. The contents of this input will\nbe appended to `~/.kube/config`, and will always be removed afterwards.*\n\n* *Required*: `no`\n* *Type*: `string`\n\n## overrule_existing_kubeconfig\n\nWhen this input is set to `\"true\"` it will swap out the `.kube/config` with the one provided.\n\n* *Required*: `no`\n* *Type*: `string`\n\n## Output\n\nThis action has only one output and that's the `number` output. This is the number you see in the HTML URL of the\nmilestone and can be used to refer to in other actions when creating PR's as shown in the example below.\n\n## Examples\n\nThe following example is triggered on the tagging of a new release and update the helm charts `appVersion` to the tag\ntitle before calling helm to install the application in `./.helm/app/` to kubernetes:\n\n```yaml\nname: Deploy\non:\n  release:\n    types: [created]\njobs:\n  deployment:\n    runs-on: 'ubuntu-latest'\n    steps:\n      - uses: actions/checkout@v3\n      - name: Deploy\n        uses: WyriHaximus/github-action-helm3@v3\n        with:\n          exec: helm upgrade APP_NAME ./.helm/app/ --install --wait --atomic --namespace=APP_NAMESPACE --values=./.helm/app/values.yaml\n          kubeconfig: '${{ secrets.KUBECONFIG }}'\n          overrule_existing_kubeconfig: \"true\"\n```\n\nThe following example shows how you can use this action to lint your helm files in (for example) `./.helm/app/`.\n\n```yaml\nname: CI\non:\n  push:\njobs:\n  lint-helm:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: Lint Helm\n        uses: WyriHaximus/github-action-helm3@v3\n        with:\n          exec: helm lint ./.helm/app/\n```\n\n## License ##\n\nCopyright 2023 [Cees-Jan Kiewiet](http://wyrihaximus.net/)\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-helm3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyrihaximus%2Fgithub-action-helm3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-helm3/lists"}