Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 0258600fda release: v1.0.2 2026-04-15 04:01:15 +00:00
3 changed files with 753 additions and 1169 deletions
+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
+1 -3
View File
@@ -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