This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-sealed-secrets-plugin/headlamp-sealed-secrets/artifacthub-pkg.yml
T
Chris Farhood 92cbea0add fix: add required Artifact Hub annotations for Headlamp plugin
Add missing Headlamp plugin annotations required by Artifact Hub:
- headlamp/plugin/archive-url: GitHub release URL for v0.2.0 tarball
- headlamp/plugin/archive-checksum: SHA256 checksum of plugin archive

Changes:
- Added annotations section with archive URL and checksum
- Updated provider name from placeholder to "cpfarhood"
- Included v0.2.0 plugin tarball (99.5 kB)

This fixes the Artifact Hub validation error:
  "required annotation headlamp/plugin/archive-url not provided"
  "required annotation headlamp/plugin/archive-checksum not provided"

Plugin tarball details:
- File: headlamp-sealed-secrets-0.2.0.tar.gz
- SHA256: 55a1a387d65a8d92545033670d07dedd77a72fd228125331ab93136f8ac87f1c
- Size: 99,567 bytes
- Contents: dist/main.js (359 kB), package.json

Next steps:
1. Create GitHub release v0.2.0
2. Upload tarball to release
3. Artifact Hub will pick up on next scan

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-11 23:16:28 -05:00

79 lines
2.7 KiB
YAML

# Artifact Hub package metadata file
# https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-pkg.yml
version: 0.2.0
name: headlamp-sealed-secrets
displayName: Sealed Secrets Plugin for Headlamp
createdAt: "2026-02-11T00:00:00Z"
description: A comprehensive Headlamp plugin for managing Bitnami Sealed Secrets with client-side encryption, WCAG 2.1 AA accessible, and production-ready
logoURL: https://raw.githubusercontent.com/bitnami-labs/sealed-secrets/main/docs/sealed-secrets.png
license: Apache-2.0
homeURL: https://github.com/cpfarhood/headlamp-sealed-secrets-plugin
appVersion: 0.2.0
containersImages:
- name: sealed-secrets-controller
image: docker.io/bitnami/sealed-secrets-controller:v0.24.0
keywords:
- headlamp
- kubernetes
- sealed-secrets
- secrets
- encryption
- security
annotations:
headlamp/plugin/archive-url: https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/releases/download/v0.2.0/headlamp-sealed-secrets-0.2.0.tar.gz
headlamp/plugin/archive-checksum: 55a1a387d65a8d92545033670d07dedd77a72fd228125331ab93136f8ac87f1c
links:
- name: Source Code
url: https://github.com/cpfarhood/headlamp-sealed-secrets-plugin
- name: Sealed Secrets
url: https://github.com/bitnami-labs/sealed-secrets
- name: Headlamp
url: https://headlamp.dev
install: |
## Installation
### Prerequisites
1. Headlamp v0.13.0 or later
2. Sealed Secrets controller installed on your cluster:
```bash
kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.24.0/controller.yaml
```
### Install the Plugin
#### Option 1: From NPM
```bash
npm install -g headlamp-sealed-secrets
```
#### Option 2: Build from Source
```bash
git clone https://github.com/cpfarhood/headlamp-sealed-secrets-plugin
cd headlamp-sealed-secrets-plugin/headlamp-sealed-secrets
npm install
npm run build
```
Then copy the `dist` folder to your Headlamp plugins directory:
- **Linux**: `~/.config/Headlamp/plugins/headlamp-sealed-secrets/`
- **macOS**: `~/Library/Application Support/Headlamp/plugins/headlamp-sealed-secrets/`
- **Windows**: `%APPDATA%\Headlamp\plugins\headlamp-sealed-secrets\`
## Usage
After installation, navigate to **Sealed Secrets** in the Headlamp sidebar to:
- View and manage SealedSecrets
- Create new encrypted secrets
- Manage sealing keys
- Configure controller settings
For detailed usage instructions, see the [README](https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/blob/main/headlamp-sealed-secrets/README.md).
maintainers:
- name: cpfarhood
email: cpfarhood@users.noreply.github.com
recommendations:
- url: https://artifacthub.io/packages/helm/sealed-secrets/sealed-secrets
provider:
name: cpfarhood