From 9bc5b754c7c449b242ce3614d0ffb7de2c324c76 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 11 Nov 2025 19:32:28 +0000 Subject: [PATCH] Update README with GitHub Pages Helm repository instructions Replace GHCR OCI registry instructions with GitHub Pages Helm repo. Simpler installation without authentication requirements. Resolves #686 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a9a72d73..b06ae891a 100644 --- a/README.md +++ b/README.md @@ -142,12 +142,12 @@ docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:latest curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --source # Alternative: Kubernetes (Helm) -helm registry login ghcr.io -helm install pulse oci://ghcr.io/rcourtman/pulse-chart \ - --version $(curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/VERSION) \ +helm repo add pulse https://rcourtman.github.io/Pulse/ +helm install pulse pulse/pulse \ --namespace pulse \ --create-namespace -# Replace the VERSION lookup with a specific release if you need to pin. For local development, see docs/KUBERNETES.md. +# For specific version: add --version X.Y.Z +# For local development, see docs/KUBERNETES.md. ``` **Proxmox users**: The installer detects PVE hosts and automatically creates an optimized LXC container. Choose Quick mode for one-minute setup.