Skip to content

Blarc/helm-values-schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Values Schema Generator

A lightweight HTTP service that generates JSON schema for Helm charts. The service downloads values.yaml files from Helm chart repositories, generates schema using the losisin/helm-values-schema-json library, and returns the schema as JSON.

Example

Official Loki Helm Chart lacks a JSON schema: https://github.com/grafana/loki/tree/main/production/helm/loki.

Generate one using: https://helm-values-schemas.onrender.com/grafana/loki/refs/heads/main/production/helm/loki/values.yaml

URL Pattern: Take any GitHub raw URL like:

https://raw.githubusercontent.com/grafana/loki/refs/heads/main/production/helm/loki/values.yaml

Replace https://raw.githubusercontent.com with the service URL:

https://helm-values-schemas.onrender.com/grafana/loki/refs/heads/main/production/helm/loki/values.yaml

About

A lightweight HTTP service that generates JSON schemas for Helm charts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published