From a77aa3a1dcd6b986842dc5ed2dd0ab345453446d Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Feb 2026 16:58:55 -0500 Subject: [PATCH] docs: update README download URLs to v0.2.0 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb0f59a..17e8a10 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ config: pluginsManager: sources: - name: headlamp-tns-csi-plugin - url: https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.1.0/headlamp-tns-csi-plugin-0.1.0.tar.gz + url: https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.0/headlamp-tns-csi-plugin-0.2.0.tar.gz ``` Or install via the Headlamp UI: @@ -73,8 +73,8 @@ Or install via the Headlamp UI: Download the `.tar.gz` from the [GitHub releases page](https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases), then extract into Headlamp's plugin directory: ```bash -wget https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.1.0/headlamp-tns-csi-plugin-0.1.0.tar.gz -tar xzf headlamp-tns-csi-plugin-0.1.0.tar.gz -C /headlamp/plugins/ +wget https://github.com/privilegedescalation/headlamp-tns-csi-plugin/releases/download/v0.2.0/headlamp-tns-csi-plugin-0.2.0.tar.gz +tar xzf headlamp-tns-csi-plugin-0.2.0.tar.gz -C /headlamp/plugins/ ``` ### Option 3: Build from Source