{"id":21397613,"url":"https://github.com/multani/action-setup-kustomize","last_synced_at":"2026-05-17T13:32:22.137Z","repository":{"id":136259257,"uuid":"517570237","full_name":"multani/action-setup-kustomize","owner":"multani","description":"A GitHub Action to install Kustomize","archived":false,"fork":false,"pushed_at":"2022-07-25T09:57:36.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T02:24:45.623Z","etag":null,"topics":["action"],"latest_commit_sha":null,"homepage":"","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/multani.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-07-25T07:55:22.000Z","updated_at":"2022-07-25T09:58:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9ed8e3f-67d7-4b1d-bbf6-eb120ad0d9e5","html_url":"https://github.com/multani/action-setup-kustomize","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Faction-setup-kustomize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Faction-setup-kustomize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Faction-setup-kustomize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Faction-setup-kustomize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multani","download_url":"https://codeload.github.com/multani/action-setup-kustomize/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243886010,"owners_count":20363649,"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":["action"],"created_at":"2024-11-22T14:43:41.908Z","updated_at":"2026-05-17T13:32:22.099Z","avatar_url":"https://github.com/multani.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action to install Kustomize\n\nThis GitHub Action installs a specific version of the [`kustomize` command line\ntool](https://kustomize.io/):\n\n```yaml\n      - name: Setup Kustomize\n        uses: multani/action-setup-kustomize@v1\n        with:\n          version: 4.0.2\n\n      - run: kustomize version\n```\n\n\n## Usage\n\n```yaml\n- name: Install Kustomize\n  uses: multani/action-setup-kustomize@v1\n```\n\nThen, simply run the `kustomize` command line tool.\n\nBy default, it will install one of the latest version.\n\nYou can also request a specific version of Kustomize:\n\n```yaml\n- name: Install Kustomize\n  uses: multani/action-setup-kustomize@v1\n  with:\n    version: 4.5.4\n```\n\n\n## Inputs\n\n* `version`: the version of Kustomize to install. The version should be an\n  available version from the [release\n  page](https://github.com/kubernetes-sigs/kustomize/releases).\n\n\n## Outputs\n\nNone.\n\n\n## Acknowledgements\n\nThe code of this action heavily borrows from the [asdf installation script for\nKustomize by Banno](https://github.com/Banno/asdf-kustomize).\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Faction-setup-kustomize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultani%2Faction-setup-kustomize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Faction-setup-kustomize/lists"}