From d7b5493be084a9ac18d88b67ed6ad38b905f16ba Mon Sep 17 00:00:00 2001 From: Alana Tripp Date: Fri, 18 Oct 2024 10:56:11 +0900 Subject: [PATCH] Added ProGet to list of Chart Repositories Signed-off-by: Alana Tripp --- content/en/docs/topics/chart_repository.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/en/docs/topics/chart_repository.md b/content/en/docs/topics/chart_repository.md index 1bed56421..86db159cf 100644 --- a/content/en/docs/topics/chart_repository.md +++ b/content/en/docs/topics/chart_repository.md @@ -139,13 +139,21 @@ simple HTTPS at this address: `https://bucket-name.storage.googleapis.com/`. You can also set up chart repositories using Cloudsmith. Read more about chart repositories with Cloudsmith -[here](https://help.cloudsmith.io/docs/helm-chart-repository) +[here](https://help.cloudsmith.io/docs/helm-chart-repository). ### JFrog Artifactory Similarly, you can also set up chart repositories using JFrog Artifactory. Read more about chart repositories with JFrog Artifactory -[here](https://www.jfrog.com/confluence/display/RTF/Helm+Chart+Repositories) +[here](https://www.jfrog.com/confluence/display/RTF/Helm+Chart+Repositories). + +### ProGet + +ProGet allows you to set up a Helm feed that acts as a chart repository. On this feed, you also +connect to other Chart Repositories (including Artifact Hub) to proxy third-party charts through and +create a curated list of approved Helm Charts. + +See [ProGet's Helm feed documentation](https://docs.inedo.com/docs/proget/feeds/helm) to learn more. ### GitHub Pages example