From a44d4b615596664aa2911bfa3d2fbb0af9f57cc9 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 2 Jul 2019 10:55:28 -0500 Subject: [PATCH] update to new config media type Signed-off-by: Josh Dolitsky --- pkg/registry/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/constants.go b/pkg/registry/constants.go index 6f4a8601b..76458b38d 100644 --- a/pkg/registry/constants.go +++ b/pkg/registry/constants.go @@ -21,7 +21,7 @@ const ( HelmChartDefaultTag = "latest" // 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 = "application/vnd.cncf.helm.chart.meta.layer.v1+json"