Skip to content

Commit b992a6c

Browse files
authored
chore: update readme to latest version (#293)
1 parent 315fd8f commit b992a6c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ NVSentinel is a comprehensive collection of Kubernetes services that automatical
2525
```bash
2626
# Install from GitHub Container Registry
2727
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
28-
--version v0.2.0 \
28+
--version v0.3.0 \
2929
--namespace nvsentinel \
3030
--create-namespace
3131

3232
# View chart information
33-
helm show chart oci://ghcr.io/nvidia/nvsentinel --version v0.2.0
33+
helm show chart oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
3434
```
3535

3636
## ✨ Key Features
@@ -75,7 +75,7 @@ helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
7575
### 3. Install NVSentinel
7676

7777
```bash
78-
NVSENTINEL_VERSION=v0.2.0
78+
NVSENTINEL_VERSION=v0.3.0
7979

8080
helm upgrade --install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
8181
--namespace nvsentinel --create-namespace \
@@ -91,7 +91,7 @@ kubectl get pods -n nvsentinel
9191
kubectl get nodes # Verify GPU nodes are visible
9292

9393
# Run comprehensive validation
94-
./scripts/validate-nvsentinel.sh --version v0.2.0 --verbose
94+
./scripts/validate-nvsentinel.sh --version v0.3.0 --verbose
9595
```
9696

9797
> **Testing**: The example above uses default settings. For production, customize values for your environment.

distros/kubernetes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
3636
```bash
3737
# Install with default configuration
3838
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
39-
--version v0.2.0 \
39+
--version v0.3.0 \
4040
--namespace nvsentinel \
4141
--create-namespace
4242

@@ -306,5 +306,5 @@ For detailed documentation of all available configuration options, see:
306306
To view all options from the published chart:
307307

308308
```bash
309-
helm show values oci://ghcr.io/nvidia/nvsentinel --version v0.2.0
309+
helm show values oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
310310
```

docs/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ NVSentinel is open source and easy to deploy:
110110

111111
1. **Install** (one command, takes ~5 minutes):
112112
```bash
113-
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel --version v0.2.0
113+
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
114114
```
115115

116116
2. **Configure** (choose what actions to enable):

0 commit comments

Comments
 (0)