Skip to content

Commit 5d79c07

Browse files
authored
Merge pull request #167 from headlamp-k8s/add_cert-manager_pkg
cert-manager: Add artifacthub package
2 parents 6add645 + b731c28 commit 5d79c07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a repository of official plugins that Headlamp uses or recommends.
1313
| [opencost](./opencost) | See the costs of your workloads in Headlamp. |
1414
| [plugin-catalog](./plugin-catalog) | Install Headlamp plugins with one click. | Shipped with Headlmp desktop builds by default. |
1515
| [prometheus](./prometheus) | Provides a Prometheus powered chart in the details views of workloads. | Needs Prometheus installed in the cluster for the chart to be shown. Shipped with Headlmp desktop and CI builds by default. |
16-
16+
| [cert-manager](./cert-manager) | A UI for viewing and managing cert-manager. |
1717
## Development
1818

1919
For examples of plugins created for learning and documentation purposes, please refer to the [examples folder](https://github.com/headlamp-k8s/headlamp/tree/main/plugins#plugins) in Headlamp's repository.

cert-manager/artifacthub-pkg.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 0.1.0
2+
name: headlamp_cert-manager
3+
displayName: cert-manager
4+
createdAt: "2025-02-21T05:35:50Z"
5+
logoURL: "https://raw.githubusercontent.com/cert-manager/cert-manager/refs/heads/master/logo/logo.png"
6+
description: A UI for viewing and managing cert-manager.
7+
annotations:
8+
headlamp/plugin/archive-url: "https://github.com/headlamp-k8s/plugins/releases/download/cert-manager-0.1.0/headlamp-k8s-cert-manager-0.1.0.tar.gz"
9+
headlamp/plugin/archive-checksum: "SHA256:87acdab62a7e36c9826fdfc6169048245af0d026d4af3e2b759b15a7baa42580"
10+
headlamp/plugin/version-compat: ">=0.22"
11+
headlamp/plugin/distro-compat: "in-cluster,web,docker-desktop,desktop"

0 commit comments

Comments
 (0)