-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Artifact Hub (#4646)
* Add support for Artifact Hub * Remove monocular handlers * Rename Helm Hub in UI. Add commnets to go code * Complete rename of Helm Hub. Add cache cleanup * Fix mwerge conflict * Remove todo and unused method * Remove unused API * Add comment * Update flag * Fix typo * Fix upgrade issue when comparing charts on ArtifactHub * Fix relative charts * Fix cache paths to include repo name * Fix url joining and icon content type
- Loading branch information
Showing
13 changed files
with
706 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...d/packages/kubernetes/src/helm/helm-hub-registration/helm-hub-registration.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<app-steppers cancel="/endpoints"> | ||
<app-step title="" [valid]="true" [onNext]="onNext" finishButtonText="Register"> | ||
<div> | ||
<p>Helm Hub is a public repository for Helm Charts. </p> | ||
<p>To browse and install these charts you need to register Helm Hub as an endpoint by clicking `Register` below. | ||
<p>Artifact Hub is a public repository for Helm Charts.</p> | ||
<p>To browse and install these charts you need to register Artifact Hub as an endpoint by clicking `Register` below. | ||
</p> | ||
<p>To disable Helm Hub simply unregister the Helm Hub endpoint</p> | ||
<p>To disable Artifact Hub simply unregister the Artifact Hub endpoint</p> | ||
</div> | ||
</app-step> | ||
</app-steppers> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.