Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1c139ab94 |
+5
-5
@@ -5,20 +5,20 @@
|
|||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
name: my-headlamp-plugin # TODO: change to your plugin name (lowercase, hyphens)
|
name: my-headlamp-plugin # TODO: change to your plugin name (lowercase, hyphens)
|
||||||
displayName: My Headlamp Plugin # TODO: human-readable display name
|
displayName: My Headlamp Plugin # TODO: human-readable display name
|
||||||
createdAt: "2026-01-01T00:00:00Z" # TODO: set to your initial release date
|
createdAt: "2026-05-20T00:00:00Z"
|
||||||
description: A Headlamp plugin for Kubernetes # TODO: describe your plugin
|
description: A Headlamp plugin for Kubernetes # TODO: describe your plugin
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
homeURL: https://github.com/YOUR_ORG/YOUR_REPO # TODO: update
|
homeURL: https://git.farh.net/privilegedescalation/headlamp-plugin-template
|
||||||
appVersion: "0.1.0" # TODO: version of the app this plugin targets
|
appVersion: "0.1.0" # TODO: version of the app this plugin targets
|
||||||
keywords:
|
keywords:
|
||||||
- headlamp
|
- headlamp
|
||||||
- kubernetes
|
- kubernetes
|
||||||
# TODO: add your plugin-specific keywords
|
# TODO: add your plugin-specific keywords
|
||||||
annotations:
|
annotations:
|
||||||
headlamp/plugin/archive-url: "https://github.com/YOUR_ORG/YOUR_REPO/releases/download/v0.1.0/my-headlamp-plugin-0.1.0.tar.gz" # TODO: update per release
|
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:REPLACE_WITH_ACTUAL_CHECKSUM" # TODO: compute from release artifact
|
headlamp/plugin/archive-checksum: "sha256:242372e9dbf85e7dbbf4ad8478647c4064f4da24aaa8070c1a6241cb16f8488d"
|
||||||
headlamp/plugin/version-compat: ">=0.13.0"
|
headlamp/plugin/version-compat: ">=0.13.0"
|
||||||
headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop"
|
headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop"
|
||||||
links:
|
links:
|
||||||
- name: Source Code
|
- name: Source Code
|
||||||
url: https://github.com/YOUR_ORG/YOUR_REPO # TODO: update
|
url: https://git.farh.net/privilegedescalation/headlamp-plugin-template
|
||||||
|
|||||||
Reference in New Issue
Block a user