From ee0939613e881a60f32d2624b600c4f03dc871e1 Mon Sep 17 00:00:00 2001 From: Kaiwalya Joshi Date: Fri, 4 Aug 2023 17:46:43 -0500 Subject: [PATCH] fix: Use https for Insights Engine Helm Mirror URL --- common/helm-repositories/mesosphere-repos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/helm-repositories/mesosphere-repos.yaml b/common/helm-repositories/mesosphere-repos.yaml index 6b1ab0e9d..0b700a6d3 100644 --- a/common/helm-repositories/mesosphere-repos.yaml +++ b/common/helm-repositories/mesosphere-repos.yaml @@ -49,4 +49,4 @@ metadata: spec: interval: 10m timeout: 1m - url: "${helmMirrorURL:=http://mesosphere.github.io/dkp-insights-charts-attached}" + url: "${helmMirrorURL:=https://mesosphere.github.io/dkp-insights-charts-attached}"