Skip to content

Commit

Permalink
fix: Use https for Insights Engine Helm Mirror URL (#1463)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5e933e)
  • Loading branch information
kaiwalyajoshi committed Aug 7, 2023
1 parent ebb3b2d commit 4866e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/helm-repositories/mesosphere-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 4866e8c

Please sign in to comment.