Files
headlamp-plugin-template/artifacthub-pkg.yml
Chris Farhood 7589718ac6
Dual Approval (CTO + QA) / dual-approval (pull_request) Failing after 0s
CI / ci (push) Failing after 42s
CI / ci (pull_request) Failing after 39s
fix: correct pnpm overrides format and regenerate lockfile (PRI-1630)
- Move overrides from pnpm.overrides to top-level overrides (pnpm 10+ requirement)
- Add pnpm.onlyBuiltDependencies to match other plugins
- Remove redundant direct vite/vite-plugin-svgr devDeps (provided by headlamp-plugin)
- Regenerate pnpm-lock.yaml in sync with updated package.json
- Update artifacthub-pkg.yml with real v0.1.0 release values and correct checksum
2026-05-20 11:07:15 +00:00

23 lines
912 B
YAML

# Artifact Hub package metadata
# https://artifacthub.io/docs/topics/repositories/headlamp-plugins/
version: "0.1.0"
name: my-headlamp-plugin
displayName: My Headlamp Plugin
createdAt: "2026-05-20T00:00:00Z"
description: A Headlamp plugin for Kubernetes
license: Apache-2.0
homeURL: https://git.farh.net/privilegedescalation/headlamp-plugin-template
appVersion: "0.1.0"
keywords:
- headlamp
- kubernetes
annotations:
headlamp/plugin/archive-url: "https://git.farh.net/privilegedescalation/headlamp-plugin-template/releases/download/v0.1.0/my-headlamp-plugin-0.1.0.tar.gz"
headlamp/plugin/archive-checksum: "sha256:e2cfecedbef47931c54612a0f77f3b95c85a16923bd578e6d3a50bf15f55403b"
headlamp/plugin/version-compat: ">=0.13.0"
headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop"
links:
- name: Source Code
url: https://git.farh.net/privilegedescalation/headlamp-plugin-template