Skip to content

Commit da27277

Browse files
Add reminder to specify version (#130)
* Add reminder to specify version --------- Signed-off-by: Mike McKiernan <[email protected]>
1 parent 4dac656 commit da27277

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/docs-build-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs-build-pr
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ main, 'release-*' ]
66
types: [ opened, synchronize ]
77

88
env:

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs-build
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'release-*' ]
66
tags:
77
- v*
88
workflow_dispatch:

gpu-operator/install-gpu-operator-nvaie.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ For newer releases, you can confirm the the supported driver branch by performin
190190
#. Refer to :ref:`operator-component-matrix` to identify the recommended driver version that uses the same driver branch, 550, in this case.
191191

192192
After identifying the correct driver version, refer to :ref:`install-gpu-operator` to install the Operator by using Helm.
193+
Specify the ``--set version=<supported-version>`` argument to install a supported version of the Operator for your NVIDIA AI Enterprise release.
193194

194195

195196
*******************

0 commit comments

Comments
 (0)