docs: update ArtifactHub URLs to match new package name
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# polaris-headlamp-plugin
|
# headlamp-polaris-plugin
|
||||||
|
|
||||||
[](https://artifacthub.io/packages/headlamp/polaris-headlamp-plugin/polaris-headlamp-plugin)
|
[](https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin)
|
||||||
|
|
||||||
A [Headlamp](https://headlamp.dev/) plugin that surfaces [Fairwinds Polaris](https://polaris.docs.fairwinds.com/) audit results directly in the Headlamp UI.
|
A [Headlamp](https://headlamp.dev/) plugin that surfaces [Fairwinds Polaris](https://polaris.docs.fairwinds.com/) audit results directly in the Headlamp UI.
|
||||||
|
|
||||||
@@ -28,12 +28,12 @@ Error states are handled explicitly: RBAC denied (403), Polaris not installed (4
|
|||||||
|
|
||||||
### Option 1: Artifact Hub + Headlamp plugin manager (recommended)
|
### Option 1: Artifact Hub + Headlamp plugin manager (recommended)
|
||||||
|
|
||||||
The plugin is published on [Artifact Hub](https://artifacthub.io/packages/headlamp/polaris-headlamp-plugin/polaris-headlamp-plugin). Configure Headlamp's `pluginsManager` in your Helm values to install it automatically:
|
The plugin is published on [Artifact Hub](https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin). Configure Headlamp's `pluginsManager` in your Helm values to install it automatically:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pluginsManager:
|
pluginsManager:
|
||||||
sources:
|
sources:
|
||||||
- url: https://artifacthub.io/packages/headlamp/polaris-headlamp-plugin/polaris-headlamp-plugin
|
- url: https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
Headlamp will fetch and install the plugin on startup.
|
Headlamp will fetch and install the plugin on startup.
|
||||||
@@ -113,7 +113,7 @@ subjects:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/cpfarhood/headlamp-polaris-plugin.git
|
git clone https://github.com/cpfarhood/headlamp-polaris-plugin.git
|
||||||
cd polaris-headlamp-plugin
|
cd headlamp-polaris-plugin
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -219,7 +219,7 @@ When releasing a new version, update `artifacthub-pkg.yml`:
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [Artifact Hub](https://artifacthub.io/packages/headlamp/polaris-headlamp-plugin/polaris-headlamp-plugin)
|
- [Artifact Hub](https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin)
|
||||||
- [GitHub (mirror)](https://github.com/cpfarhood/headlamp-polaris-plugin)
|
- [GitHub (mirror)](https://github.com/cpfarhood/headlamp-polaris-plugin)
|
||||||
- [Gitea (source of truth)](https://git.farh.net/farhoodliquor/headlamp-polaris-plugin)
|
- [Gitea (source of truth)](https://git.farh.net/farhoodliquor/headlamp-polaris-plugin)
|
||||||
- [Headlamp](https://headlamp.dev/)
|
- [Headlamp](https://headlamp.dev/)
|
||||||
|
|||||||
Reference in New Issue
Block a user