Files
headlamp-argocd-plugin/artifacthub-pkg.yml
Test User b5cf1a353f fix: add ESLint config and correct artifacthub checksum
- .eslintrc.js: extends @headlamp-k8s/eslint-config (ESLint was failing with
  "couldn't find a configuration file")
- artifacthub-pkg.yml: replace placeholder checksum with actual sha256 of
  dist/main.js computed from production build
- pnpm-lock.yaml: restored to index (was incorrectly removed in amend attempt)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 20:20:24 +00:00

36 lines
1.1 KiB
YAML

version: "0.1.0"
name: headlamp-argocd
displayName: ArgoCD Headlamp Plugin
createdAt: "2026-04-21T00:00:00Z"
description: >-
Headlamp plugin for ArgoCD visibility. Monitors ArgoCD Applications,
Rollouts, and health status. Read-only — no cluster write operations.
license: Apache-2.0
homeURL: https://github.com/privilegedescalation/headlamp-argocd-plugin
appVersion: "0.1.0"
keywords:
- argocd
- argoproj
- headlamp
- kubernetes
- gitops
- continuous-delivery
links:
- name: Source
url: https://github.com/privilegedescalation/headlamp-argocd-plugin
- name: ArgoCD
url: https://argo-cd.readthedocs.io/
maintainers:
- name: privilegedescalation
email: chris@farhood.org
provider:
name: privilegedescalation
annotations:
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.0/headlamp-argocd-0.1.0.tar.gz"
headlamp/plugin/archive-checksum: "sha256:1f4df43f79b795bdf4f70e1e3aa5bacadf689ea5584fdadf92fb677faab21c2c"
headlamp/plugin/version-compat: ">=0.26"
headlamp/plugin/distro-compat: "in-cluster"
changes:
- kind: added
description: "Initial v0.1.0 release"