{"id":31073672,"url":"https://github.com/sgaunet/asdf-helm","last_synced_at":"2026-05-18T02:04:10.678Z","repository":{"id":314951491,"uuid":"1057461558","full_name":"sgaunet/asdf-helm","owner":"sgaunet","description":"asdf plugin for Helm - the package manager for Kubernetes. Provides seamless installation and version management of Helm across multiple platforms.","archived":false,"fork":false,"pushed_at":"2025-09-15T20:50:21.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T21:27:30.585Z","etag":null,"topics":["asdf","devops","helm","k8s","kubernetes","package-manager","plugin","version-manager"],"latest_commit_sha":null,"homepage":null,"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/sgaunet.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T18:57:39.000Z","updated_at":"2025-09-15T20:54:36.000Z","dependencies_parsed_at":"2025-09-15T21:27:32.862Z","dependency_job_id":"23752f4c-041e-4369-9657-2c6000118b8a","html_url":"https://github.com/sgaunet/asdf-helm","commit_stats":null,"previous_names":["sgaunet/asdf-helm"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sgaunet/asdf-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fasdf-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fasdf-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fasdf-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fasdf-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgaunet","download_url":"https://codeload.github.com/sgaunet/asdf-helm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgaunet%2Fasdf-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asdf","devops","helm","k8s","kubernetes","package-manager","plugin","version-manager"],"created_at":"2025-09-16T01:57:42.710Z","updated_at":"2026-05-18T02:04:10.645Z","avatar_url":"https://github.com/sgaunet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asdf-helm\n\n[![Plugin Test](https://github.com/sgaunet/asdf-helm/actions/workflows/build.yml/badge.svg)](https://github.com/sgaunet/asdf-helm/actions/workflows/build.yml)\n\n[Helm](https://helm.sh/) plugin for the [asdf version manager](https://asdf-vm.com).\n\nHelm is a package manager for Kubernetes that helps you manage Kubernetes applications.\n\n## Contents\n\n- [asdf-helm](#asdf-helm)\n  - [Contents](#contents)\n  - [Dependencies](#dependencies)\n  - [Install](#install)\n    - [Plugin](#plugin)\n    - [Helm](#helm)\n  - [Environment Variables](#environment-variables)\n  - [Features](#features)\n  - [Contributing](#contributing)\n    - [Development](#development)\n    - [Testing Locally](#testing-locally)\n    - [Credits](#credits)\n  - [License](#license)\n\n## Dependencies\n\n**Required:**\n- `bash` (3.2+), `curl`, `tar`, `git`\n- [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html)\n\n**Optional:**\n- `sha256sum` or `shasum` - For checksum verification\n- `df` - For disk space checking\n\n## Install\n\n### Plugin\n\n```shell\nasdf plugin add helm\n# or\nasdf plugin add helm https://github.com/sgaunet/asdf-helm.git\n```\n\n### Helm\n\n```shell\n# Show all installable versions\nasdf list-all helm\n\n# Install specific version\nasdf install helm latest\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global helm latest\n\n# Now helm commands are available\nhelm version\n\n# Get help\nasdf help helm\n```\n\nCheck the [asdf documentation](https://asdf-vm.com/guide/getting-started.html) for more instructions on how to install \u0026 manage versions.\n\n## Environment Variables\n\nThe plugin supports several environment variables for customization:\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `ASDF_HELM_DEBUG` | `0` | Enable debug output for troubleshooting |\n| `ASDF_HELM_MAX_RETRIES` | `3` | Maximum retry attempts for network operations |\n| `ASDF_HELM_RETRY_DELAY` | `2` | Delay in seconds between retries |\n| `GITHUB_API_TOKEN` | - | GitHub token for higher API rate limits |\n\n## Features\n\n- ✅ **Automatic retries** - Network operations are retried on failure\n- ✅ **Progress indicators** - Visual feedback during downloads\n- ✅ **Debug mode** - Detailed logging for troubleshooting\n- ✅ **Platform detection** - Automatic detection of OS and architecture\n- ✅ **Disk space checking** - Verifies available space before installation\n- ✅ **Multi-platform support** - Linux, macOS, Windows (WSL), BSD variants\n- ✅ **Architecture support** - amd64, arm64, 386, arm\n\n## Contributing\n\nContributions of any kind are welcome! See the [contributing guide](CONTRIBUTING.md).\n\n### Development\n\nThis project uses Task for build automation:\n\n```shell\n# List available tasks\ntask\n\n# Format code\ntask format\n\n# Run linting\ntask lint\n\n# Run tests\ntask test\n```\n\n### Testing Locally\n\n```shell\nasdf plugin test \u003cplugin-name\u003e \u003cplugin-url\u003e [--asdf-tool-version \u003cversion\u003e] [--asdf-plugin-gitref \u003cgit-ref\u003e] [test-command*]\n\nasdf plugin test helm https://github.com/sgaunet/asdf-helm \"helm version\"\n```\n\nTests are automatically run in GitHub Actions on push and PR.\n\n### Credits\n\n[Thanks goes to these contributors](https://github.com/sgaunet/asdf-helm/graphs/contributors)!\n\n## License\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaunet%2Fasdf-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgaunet%2Fasdf-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgaunet%2Fasdf-helm/lists"}