fix: populate artifacthub-pkg.yml with real v0.1.0 release values (PRI-1630)
This commit is contained in:
committed by
Countess von Containerheim [agent]
parent
6996a63c2c
commit
e1c139ab94
+5
-5
@@ -5,20 +5,20 @@
|
||||
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-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
|
||||
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
|
||||
keywords:
|
||||
- headlamp
|
||||
- kubernetes
|
||||
# TODO: add your plugin-specific keywords
|
||||
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-checksum: "sha256:REPLACE_WITH_ACTUAL_CHECKSUM" # TODO: compute from release artifact
|
||||
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://github.com/YOUR_ORG/YOUR_REPO # TODO: update
|
||||
url: https://git.farh.net/privilegedescalation/headlamp-plugin-template
|
||||
|
||||
Reference in New Issue
Block a user