docs: standardize license to Apache-2.0 and update version references
- Change license from MIT to Apache-2.0 across all documentation to match package.json - Update all version references from v0.3.4/v0.3.5 to v0.3.10 - Update tarball filenames from headlamp-polaris-plugin-*.tar.gz to polaris-0.3.10.tar.gz - Update README.md license badge - Update artifacthub-pkg.yml license field Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
+1
-1
@@ -454,4 +454,4 @@ For testing before stable release:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
By contributing, you agree that your contributions will be licensed under the MIT License.
|
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
[](https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin)
|
[](https://artifacthub.io/packages/headlamp/polaris/headlamp-polaris-plugin)
|
||||||
[](https://github.com/privilegedescalation/headlamp-polaris-plugin/actions/workflows/ci.yaml)
|
[](https://github.com/privilegedescalation/headlamp-polaris-plugin/actions/workflows/ci.yaml)
|
||||||
[](https://github.com/privilegedescalation/headlamp-polaris-plugin/actions/workflows/e2e.yaml)
|
[](https://github.com/privilegedescalation/headlamp-polaris-plugin/actions/workflows/e2e.yaml)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ config:
|
|||||||
pluginsManager:
|
pluginsManager:
|
||||||
sources:
|
sources:
|
||||||
- name: headlamp-polaris-plugin
|
- name: headlamp-polaris-plugin
|
||||||
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
Or install via the Headlamp UI:
|
Or install via the Headlamp UI:
|
||||||
@@ -99,8 +99,8 @@ sidecars:
|
|||||||
Download the `.tar.gz` from the [GitHub releases page](https://github.com/privilegedescalation/headlamp-polaris-plugin/releases), then extract into Headlamp's plugin directory:
|
Download the `.tar.gz` from the [GitHub releases page](https://github.com/privilegedescalation/headlamp-polaris-plugin/releases), then extract into Headlamp's plugin directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
wget https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
tar xzf headlamp-polaris-plugin-0.3.5.tar.gz -C /headlamp/plugins/
|
tar xzf polaris-0.3.10.tar.gz -C /headlamp/plugins/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Option 4: Build from Source
|
### Option 4: Build from Source
|
||||||
@@ -372,7 +372,7 @@ Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](LICENSE) - see LICENSE file for details.
|
[Apache-2.0 License](LICENSE) - see LICENSE file for details.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -355,4 +355,4 @@ When a security vulnerability is identified:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This plugin is provided under the MIT License. See [LICENSE](LICENSE) for details.
|
This plugin is provided under the Apache-2.0 License. See [LICENSE](LICENSE) for details.
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ description: >-
|
|||||||
read-only via the Kubernetes service proxy to the Polaris dashboard.
|
read-only via the Kubernetes service proxy to the Polaris dashboard.
|
||||||
Requires a Role granting `get` on `services/proxy` for the
|
Requires a Role granting `get` on `services/proxy` for the
|
||||||
`polaris-dashboard` service in the `polaris` namespace.
|
`polaris-dashboard` service in the `polaris` namespace.
|
||||||
license: MIT
|
license: Apache-2.0
|
||||||
homeURL: "https://github.com/privilegedescalation/headlamp-polaris-plugin"
|
homeURL: "https://github.com/privilegedescalation/headlamp-polaris-plugin"
|
||||||
category: security
|
category: security
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
+1
-1
@@ -113,7 +113,7 @@ data:
|
|||||||
plugin.yml: |
|
plugin.yml: |
|
||||||
- name: headlamp-polaris-plugin
|
- name: headlamp-polaris-plugin
|
||||||
version: 0.3.4
|
version: 0.3.4
|
||||||
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.4/headlamp-polaris-plugin-0.3.4.tar.gz
|
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Method 3: Volume Mount (Development)
|
### Method 3: Volume Mount (Development)
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ README.md # Main entry point with badges, quick links
|
|||||||
CHANGELOG.md # Keep a Changelog format, semantic versioning
|
CHANGELOG.md # Keep a Changelog format, semantic versioning
|
||||||
CONTRIBUTING.md # Development workflow, branching, PR process
|
CONTRIBUTING.md # Development workflow, branching, PR process
|
||||||
SECURITY.md # Security model, vulnerability reporting, RBAC
|
SECURITY.md # Security model, vulnerability reporting, RBAC
|
||||||
LICENSE # MIT License
|
LICENSE # Apache-2.0 License
|
||||||
package.json # Plugin metadata
|
package.json # Plugin metadata
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -572,7 +572,7 @@ kubectl get configmap headlamp-plugin-config -n kube-system -o yaml
|
|||||||
|
|
||||||
Expected format:
|
Expected format:
|
||||||
```
|
```
|
||||||
https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ data:
|
|||||||
plugin.yml: |
|
plugin.yml: |
|
||||||
- name: headlamp-polaris-plugin
|
- name: headlamp-polaris-plugin
|
||||||
version: 0.3.5
|
version: 0.3.5
|
||||||
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
Apply ConfigMap then deploy Headlamp:
|
Apply ConfigMap then deploy Headlamp:
|
||||||
@@ -373,7 +373,7 @@ kubectl -n kube-system edit configmap headlamp-plugin-config
|
|||||||
|
|
||||||
# Update version and URL:
|
# Update version and URL:
|
||||||
# version: 0.3.6
|
# version: 0.3.6
|
||||||
# url: https://github.com/.../v0.3.6/headlamp-polaris-plugin-0.3.6.tar.gz
|
# url: https://github.com/.../v0.3.6/polaris-0.3.10.tar.gz
|
||||||
|
|
||||||
# Restart deployment to trigger init container
|
# Restart deployment to trigger init container
|
||||||
kubectl -n kube-system rollout restart deployment/headlamp
|
kubectl -n kube-system rollout restart deployment/headlamp
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ data:
|
|||||||
plugin.yml: |
|
plugin.yml: |
|
||||||
- name: headlamp-polaris-plugin
|
- name: headlamp-polaris-plugin
|
||||||
version: 0.3.5
|
version: 0.3.5
|
||||||
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Headlamp Deployment with Plugin Init Container
|
### Headlamp Deployment with Plugin Init Container
|
||||||
@@ -414,7 +414,7 @@ kubectl -n kube-system edit configmap headlamp-plugin-config
|
|||||||
|
|
||||||
# Update version and URL:
|
# Update version and URL:
|
||||||
# version: 0.3.6
|
# version: 0.3.6
|
||||||
# url: https://github.com/.../v0.3.6/headlamp-polaris-plugin-0.3.6.tar.gz
|
# url: https://github.com/.../v0.3.6/polaris-0.3.10.tar.gz
|
||||||
|
|
||||||
# Restart deployment to trigger init container
|
# Restart deployment to trigger init container
|
||||||
kubectl -n kube-system rollout restart deployment/headlamp
|
kubectl -n kube-system rollout restart deployment/headlamp
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ data:
|
|||||||
plugin.yml: |
|
plugin.yml: |
|
||||||
- name: headlamp-polaris-plugin
|
- name: headlamp-polaris-plugin
|
||||||
version: 0.3.5
|
version: 0.3.5
|
||||||
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
url: https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Apply Configuration
|
#### Apply Configuration
|
||||||
|
|||||||
@@ -572,7 +572,7 @@ kubectl get configmap headlamp-plugin-config -n kube-system -o yaml
|
|||||||
|
|
||||||
Expected format:
|
Expected format:
|
||||||
```
|
```
|
||||||
https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.5/headlamp-polaris-plugin-0.3.5.tar.gz
|
https://github.com/privilegedescalation/headlamp-polaris-plugin/releases/download/v0.3.10/polaris-0.3.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user