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-argocd-plugin/artifacthub-pkg.yml
T
Hugh Hackman 86ef11f8e6 Add CI/release workflows, artifacthub-pkg.yml, and package.json
- Add .github/workflows/ci.yaml (calls plugin-ci from .github repo)
- Add .github/workflows/release.yaml (calls plugin-release from .github repo)
- Add artifacthub-pkg.yml for ArtifactHub distribution
- Add package.json with headlamp-plugin scripts
- Add README.md

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-21 20:05:49 +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:REPLACE_WITH_ACTUAL_CHECKSUM"
headlamp/plugin/version-compat: ">=0.26"
headlamp/plugin/distro-compat: "in-cluster"
changes:
- kind: added
description: "Initial v0.1.0 release"