Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 1869941e13 release: v1.0.1 2026-04-15 02:58:31 +00:00
5 changed files with 758 additions and 1176 deletions
-2
View File
@@ -16,5 +16,3 @@ jobs:
dual-approval: dual-approval:
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
secrets: inherit secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
+4 -4
View File
@@ -1,6 +1,6 @@
# Artifact Hub package metadata file # Artifact Hub package metadata file
# https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-pkg.yml # https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-pkg.yml
version: "1.0.2" version: "1.0.1"
name: headlamp-sealed-secrets name: headlamp-sealed-secrets
displayName: Sealed Secrets displayName: Sealed Secrets
createdAt: "2026-02-12T00:00:00Z" createdAt: "2026-02-12T00:00:00Z"
@@ -19,8 +19,8 @@ keywords:
- encryption - encryption
- security - security
annotations: annotations:
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v1.0.2/sealed-secrets-1.0.2.tar.gz" headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases/download/v1.0.1/sealed-secrets-1.0.1.tar.gz"
headlamp/plugin/archive-checksum: sha256:0eaf34d380d133120d3a50c890e0c96b23717427887b1f23377a841cb3783b11 headlamp/plugin/archive-checksum: sha256:a7935aac260dd08d1363321e8d2320d9f9feee74e47bf51d95a6df4bd33f7f16
headlamp/plugin/version-compat: ">=0.13.0" headlamp/plugin/version-compat: ">=0.13.0"
headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop" headlamp/plugin/distro-compat: "desktop,in-cluster,web,docker-desktop"
links: links:
@@ -73,4 +73,4 @@ maintainers:
recommendations: recommendations:
- url: https://artifacthub.io/packages/helm/sealed-secrets/sealed-secrets - url: https://artifacthub.io/packages/helm/sealed-secrets/sealed-secrets
provider: provider:
name: privilegedescalation name: privilegedescalation
+2 -2
View File
@@ -121,7 +121,7 @@ For Headlamp running in Kubernetes:
kubectl create configmap headlamp-sealed-secrets-plugin \ kubectl create configmap headlamp-sealed-secrets-plugin \
--from-file=main.js=dist/main.js \ --from-file=main.js=dist/main.js \
--from-file=package.json=package.json \ --from-file=package.json=package.json \
-n kube-system -n headlamp
``` ```
2. **Update Headlamp deployment**: 2. **Update Headlamp deployment**:
@@ -149,7 +149,7 @@ For Headlamp running in Kubernetes:
3. **Apply and restart**: 3. **Apply and restart**:
```bash ```bash
kubectl apply -f headlamp-deployment.yaml kubectl apply -f headlamp-deployment.yaml
kubectl rollout restart deployment/headlamp -n kube-system kubectl rollout restart deployment/headlamp -n headlamp
``` ```
## Verification ## Verification
+2 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "sealed-secrets", "name": "sealed-secrets",
"version": "1.0.2", "version": "1.0.1",
"description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets", "description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets",
"files": [ "files": [
"dist", "dist",
@@ -51,9 +51,7 @@
], ],
"overrides": { "overrides": {
"tar": "^7.5.11", "tar": "^7.5.11",
"undici": "^7.24.3", "undici": "^7.24.3"
"vite": ">=6.4.2",
"lodash": ">=4.18.0"
}, },
"dependencies": { "dependencies": {
"node-forge": "^1.4.0" "node-forge": "^1.4.0"
+750 -1164
View File
File diff suppressed because it is too large Load Diff