Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ProGet to list of Chart Repositories in Docs #1631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions content/en/docs/topics/chart_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down