docs: update install docs and ArtifactHub metadata to headlamp namespace

- README: update Helm install URL to v1.0.0, add pods/proxy RBAC scope notes
- docs/getting-started/installation.md: update all download URLs from v0.2.4 to v1.0.0, remove obsolete sha256sum example, fix build output placeholder
- docs/getting-started/quick-start.md: update Helm URL to v1.0.0
- docs/deployment/helm.md: update install command and values URLs to v1.0.0
- docs/README.md: fix Artifact Hub URL (was duplicated 'headlamp')
- docs/architecture/overview.md: update namespace references from kube-system to headlamp
- CLAUDE.md: update driver namespace constant from kube-system to headlamp
- CHANGELOG.md: add [Unreleased] entry documenting the namespace reference update

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-04 07:36:05 +00:00
committed by Gandalf the Greybeard [agent]
parent bb283d8923
commit 45bb74d42c
8 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ src/
- Provisioner: `tns.csi.io`
- Controller pod selector: `app.kubernetes.io/name=tns-csi-driver,app.kubernetes.io/component=controller`
- Node pod selector: `app.kubernetes.io/name=tns-csi-driver,app.kubernetes.io/component=node`
- Driver namespace: `kube-system`
- Driver namespace: `headlamp`
- Metrics port: `8080`
- kbench image: `yasker/kbench:latest`
- kbench managed-by label: `app.kubernetes.io/managed-by=headlamp-tns-csi-plugin`