https://github.com/shoehorn-dev/helm-charts
Shoehorn Helm Charts
https://github.com/shoehorn-dev/helm-charts
helm helm-charts internal-developer-platform internal-developer-portal kubernetes shoehorn-dev
Last synced: about 1 month ago
JSON representation
Shoehorn Helm Charts
- Host: GitHub
- URL: https://github.com/shoehorn-dev/helm-charts
- Owner: shoehorn-dev
- License: apache-2.0
- Created: 2026-03-26T23:39:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-19T10:02:23.000Z (about 1 month ago)
- Last Synced: 2026-04-19T12:08:12.623Z (about 1 month ago)
- Topics: helm, helm-charts, internal-developer-platform, internal-developer-portal, kubernetes, shoehorn-dev
- Language: Go Template
- Homepage: https://shoehorn.dev
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Shoehorn Helm Charts
[](https://artifacthub.io/packages/search?repo=shoehorn)
[](https://artifacthub.io/packages/search?repo=shoehorn-k8s-agent)
[](LICENSE)
Official Helm charts for [Shoehorn](https://shoehorn.dev), the Intelligent Platform for Engineering.
## Requirements
- Kubernetes 1.24+
- Helm 4.0+
## Charts
| Chart | Description |
|-------|-------------|
| [shoehorn](./shoehorn) | Internal Developer Portal — full platform deployment |
| [shoehorn-k8s-agent](./shoehorn-k8s-agent) | Kubernetes agent — workload discovery, GitOps, and eBPF network observability |
## Quick Start
### Shoehorn Platform
1. Create a Kubernetes Secret with your credentials (using kubectl, External Secrets Operator, Vault, etc.)
2. Install the chart:
```bash
helm install shoehorn oci://ghcr.io/shoehorn-dev/helm-charts/shoehorn \
--namespace shoehorn --create-namespace \
--values custom-values.yaml \
--wait
```
See [shoehorn/README.md](./shoehorn/README.md) for secret setup and configuration.
### Kubernetes Agent
```bash
helm install shoehorn-k8s-agent oci://ghcr.io/shoehorn-dev/helm-charts/shoehorn-k8s-agent \
--set shoehorn.apiURL=https://shoehorn.example.com \
--set shoehorn.apiToken=sha_your_token_here \
--set shoehorn.cluster.id=my-cluster \
--wait
```
Or use an existing secret instead of passing the token directly — see [shoehorn-k8s-agent/README.md](./shoehorn-k8s-agent/README.md).
## Documentation
- [Shoehorn chart README](./shoehorn/README.md)
- [K8s Agent chart README](./shoehorn-k8s-agent/README.md)
- [Shoehorn Docs](https://docs.shoehorn.dev)
## License
Apache 2.0 — see [LICENSE](LICENSE) for details.