ci: update polaris plugin version and add headlamp SA to RBAC

- Update headlamp-static-plugin-values.yaml to 0.7.2
- Add headlamp service account to polaris-dashboard-proxy-reader RoleBinding
- Update documentation references from headlamp-polaris-plugin to headlamp-polaris

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-15 14:21:18 +00:00
parent 98e6606932
commit 39519788d6
14 changed files with 67 additions and 64 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ kubectl -n kube-system logs deployment/headlamp | grep -i polaris
```bash
# Verify plugin files exist
kubectl -n kube-system exec deployment/headlamp -c headlamp -- \
ls -la /headlamp/plugins/headlamp-polaris-plugin/
ls -la /headlamp/plugins/headlamp-polaris/
# Expected output:
# drwxr-xr-x dist/
@@ -153,7 +153,7 @@ If the quick diagnosis doesn't resolve your issue:
- [Deployment Guide](../deployment/kubernetes.md)
3. **Open a GitHub issue:**
- [GitHub Issues](https://github.com/privilegedescalation/headlamp-polaris-plugin/issues)
- [GitHub Issues](https://github.com/privilegedescalation/headlamp-polaris/issues)
- Include: Headlamp version, plugin version, error messages, logs
## References