update to new config media type

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
pull/5719/head
Josh Dolitsky 6 years ago
parent 4982bc5a70
commit a44d4b6155

@ -21,7 +21,7 @@ const (
HelmChartDefaultTag = "latest" HelmChartDefaultTag = "latest"
// HelmChartConfigMediaType is the reserved media type for the Helm chart manifest config // HelmChartConfigMediaType is the reserved media type for the Helm chart manifest config
HelmChartConfigMediaType = "application/vnd.cncf.helm.chart.config.v1+json" HelmChartConfigMediaType = "application/vnd.cncf.helm.config.v1+json"
// HelmChartMetaLayerMediaType is the reserved media type for Helm chart metadata // HelmChartMetaLayerMediaType is the reserved media type for Helm chart metadata
HelmChartMetaLayerMediaType = "application/vnd.cncf.helm.chart.meta.layer.v1+json" HelmChartMetaLayerMediaType = "application/vnd.cncf.helm.chart.meta.layer.v1+json"

Loading…
Cancel
Save