This repository has been archived on 2026-06-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-plugin-template/artifacthub-pkg.yml
Chris Farhood e1c139ab94
CI / ci (push) Failing after 28s
CI / ci (pull_request) Failing after 28s
Dual Approval (CTO + QA) / dual-approval (pull_request) Failing after 0s
fix: populate artifacthub-pkg.yml with real v0.1.0 release values (PRI-1630)
2026-05-20 11:03:19 +00:00

25 lines
1.2 KiB
YAML

# Artifact Hub package metadata
# https://artifacthub.io/docs/topics/repositories/headlamp-plugins/
# Replace ALL placeholder values before publishing.
version: "0.1.0"
name: my-headlamp-plugin # TODO: change to your plugin name (lowercase, hyphens)
displayName: My Headlamp Plugin # TODO: human-readable display name
createdAt: "2026-05-20T00:00:00Z"
description: A Headlamp plugin for Kubernetes # TODO: describe your plugin
license: Apache-2.0
homeURL: https://git.farh.net/privilegedescalation/headlamp-plugin-template
appVersion: "0.1.0" # TODO: version of the app this plugin targets
keywords:
- headlamp
- kubernetes
# TODO: add your plugin-specific keywords
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:242372e9dbf85e7dbbf4ad8478647c4064f4da24aaa8070c1a6241cb16f8488d"
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