chore: migrate repository to privilegedescalation organization

Updated all GitHub URLs from cpfarhood to privilegedescalation organization:
- Repository URLs in package.json and Artifact Hub metadata
- Documentation links and references
- Git remote updated

No functional changes - this is purely an organizational migration.

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-12 10:50:30 -05:00
parent b4cc5be6c3
commit 46d59b48b5
96 changed files with 245 additions and 245 deletions
+5 -5
View File
@@ -6,7 +6,7 @@ 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 and RBAC-aware UI
license: Apache-2.0
homeURL: https://github.com/cpfarhood/headlamp-sealed-secrets-plugin
homeURL: https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin
appVersion: 0.2.0
containersImages:
- name: sealed-secrets-controller
@@ -19,13 +19,13 @@ keywords:
- 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-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v0.2.0/headlamp-sealed-secrets-0.2.0.tar.gz"
headlamp/plugin/archive-checksum: "SHA256:55a1a387d65a8d92545033670d07dedd77a72fd228125331ab93136f8ac87f1c"
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/cpfarhood/headlamp-sealed-secrets-plugin
url: https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin
- name: Sealed Secrets
url: https://github.com/bitnami-labs/sealed-secrets
- name: Headlamp
@@ -50,7 +50,7 @@ install: |
#### Option 2: Build from Source
```bash
git clone https://github.com/cpfarhood/headlamp-sealed-secrets-plugin
git clone https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin
cd headlamp-sealed-secrets-plugin/headlamp-sealed-secrets
npm install
npm run build
@@ -69,7 +69,7 @@ install: |
- 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).
For detailed usage instructions, see the [README](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/blob/main/headlamp-sealed-secrets/README.md).
maintainers:
- name: cpfarhood
email: cpfarhood@users.noreply.github.com
+3 -3
View File
@@ -9,13 +9,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin.git",
"url": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin.git",
"directory": "headlamp-sealed-secrets"
},
"bugs": {
"url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues"
"url": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues"
},
"homepage": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin#readme",
"homepage": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin#readme",
"author": "cpfarhood",
"license": "Apache-2.0",
"scripts": {