03b75a836b
* ci: fix checksum for manually created GitHub release v0.2.0 The GitHub release was created manually with gh CLI, so the checksum in metadata didn't match. This updates the checksum to match the actual tarball on GitHub. 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> * refactor: migrate to GitHub as primary repository - Move release workflow from Gitea Actions to GitHub Actions - Update checksum to match manually created GitHub v0.2.0 release - Simplify workflow by removing Gitea-specific steps - Use softprops/action-gh-release for easier release management This eliminates the complexity of Gitea mirroring and the issues with GH_TOKEN authentication in Gitea Actions. 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> --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Happy <yesreply@happy.engineering>
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
version: 0.2.0
|
|
name: headlamp-polaris-plugin
|
|
displayName: Polaris
|
|
createdAt: "2026-02-05T19:00:00Z"
|
|
description: >-
|
|
Surfaces Fairwinds Polaris audit results inside the Headlamp UI.
|
|
Shows cluster score, check summary, and per-namespace drill-downs
|
|
with per-resource pass/warning/danger breakdowns. Data is fetched
|
|
read-only via the Kubernetes service proxy to the Polaris dashboard.
|
|
Requires a Role granting `get` on `services/proxy` for the
|
|
`polaris-dashboard` service in the `polaris` namespace.
|
|
license: MIT
|
|
homeURL: "https://github.com/cpfarhood/headlamp-polaris-plugin"
|
|
category: security
|
|
keywords:
|
|
- polaris
|
|
- fairwinds
|
|
- security
|
|
- audit
|
|
- headlamp
|
|
- kubernetes
|
|
links:
|
|
- name: Source
|
|
url: "https://github.com/cpfarhood/headlamp-polaris-plugin"
|
|
- name: Polaris
|
|
url: "https://polaris.docs.fairwinds.com/"
|
|
maintainers:
|
|
- name: cpfarhood
|
|
email: "chris@farhood.org"
|
|
annotations:
|
|
headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.2.0/headlamp-polaris-plugin-0.2.0.tar.gz"
|
|
headlamp/plugin/version-compat: ">=0.26"
|
|
headlamp/plugin/archive-checksum: sha256:c73a754ecbb5ecdefa1ba4c12365aca0131a4b161825d4849339bf2aa24090f2
|
|
headlamp/plugin/distro-compat: in-cluster
|