https://github.com/score-spec/score-helm
Score implementation for Helm (deprecated)
https://github.com/score-spec/score-helm
helm kubernetes
Last synced: 3 months ago
JSON representation
Score implementation for Helm (deprecated)
- Host: GitHub
- URL: https://github.com/score-spec/score-helm
- Owner: score-spec
- License: apache-2.0
- Created: 2022-10-20T03:24:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-16T02:28:22.000Z (3 months ago)
- Last Synced: 2026-04-16T04:28:57.723Z (3 months ago)
- Topics: helm, kubernetes
- Language: Go
- Homepage:
- Size: 1.79 MB
- Stars: 366
- Watchers: 2
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# score-helm
---
:warning: Deprecation Notice :warning:
We have deprecated the `score-helm` CLI implementation. To get started with Score, we recommend using one of our reference implementations [`score-compose`](https://github.com/score-spec/score-compose) or [`score-k8s`](https://github.com/score-spec/score-k8s). If you're interested in developing a `score-helm` reference implementation, we'd love to support you! Please reach out to us for assistance and collaboration.
---
`score-helm` is a Score implementation of the [Score specification](https://score.dev/) for [Helm](https://helm.sh/).
This will generate the `values.yaml` for your existing Helm chart based on the Score file.

- [CLI](./docs/cli.md)
```bash
score-helm init
score-helm generate score.yaml -o values.yaml
helm upgrade --install --values values.yaml ...
```