25 lines
1.2 KiB
YAML
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
|