Skip to content

Commit c250279

Browse files
authored
Merge branch 'main' into fix/dcgm-publish-before-cleanup
2 parents 3bd322b + 1a62a0d commit c250279

8 files changed

Lines changed: 235 additions & 168 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NVSentinel automatically detects, classifies, and remediates hardware and softwa
2323
### Installation
2424

2525
```bash
26-
NVSENTINEL_VERSION=v1.17.0
26+
NVSENTINEL_VERSION=v1.18.0
2727
# Install from GitHub Container Registry
2828
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
2929
--version "$NVSENTINEL_VERSION" \
@@ -76,7 +76,7 @@ helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
7676
### 3. Install NVSentinel
7777

7878
```bash
79-
NVSENTINEL_VERSION=v1.17.0
79+
NVSENTINEL_VERSION=v1.18.0
8080

8181
helm upgrade --install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
8282
--namespace nvsentinel --create-namespace \

distros/kubernetes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ 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 v1.17.0 \
39+
--version v1.18.0 \
4040
--namespace nvsentinel \
4141
--create-namespace
4242

4343
# Upgrade to a new version
4444
helm upgrade nvsentinel oci://ghcr.io/nvidia/nvsentinel \
45-
--version v1.17.0 \
45+
--version v1.18.0 \
4646
--namespace nvsentinel
4747

4848
# Uninstall
@@ -326,5 +326,5 @@ For detailed documentation of all available configuration options, see:
326326
To view all options from the published chart:
327327

328328
```bash
329-
helm show values oci://ghcr.io/nvidia/nvsentinel --version v1.17.0
329+
helm show values oci://ghcr.io/nvidia/nvsentinel --version v1.18.0
330330
```

docs/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ NVSentinel is designed to work with any GPU supported by the NVIDIA GPU Operator
6464

6565
```bash
6666
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
67-
--version v1.17.0 \
67+
--version v1.18.0 \
6868
--namespace nvsentinel \
6969
--create-namespace
7070
```

fern/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ products:
1616
slug: /
1717
path: ../docs/index.yml
1818
versions:
19+
- display-name: v1.18.0
20+
path: versions/v1.18.0.yml
21+
slug: v1.18.0
22+
availability: stable
1923
- display-name: v1.17.0
2024
path: versions/v1.17.0.yml
2125
slug: v1.17.0
@@ -24,10 +28,6 @@ products:
2428
path: versions/v1.16.0.yml
2529
slug: v1.16.0
2630
availability: stable
27-
- display-name: v1.15.0
28-
path: versions/v1.15.0.yml
29-
slug: v1.15.0
30-
availability: stable
3131
redirects:
3232
- source: "/nvsentinel/index.html"
3333
destination: "/nvsentinel/"

fern/versions/v1.15.0.yml

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)