diff --git a/.github/workflows/docs-build-pr.yaml b/.github/workflows/docs-build-pr.yaml index 4b694a9e8..2ebd2fc29 100644 --- a/.github/workflows/docs-build-pr.yaml +++ b/.github/workflows/docs-build-pr.yaml @@ -2,7 +2,7 @@ name: docs-build-pr on: pull_request: - branches: [ main ] + branches: [ main, 'release-*' ] types: [ opened, synchronize ] env: diff --git a/.github/workflows/docs-build.yaml b/.github/workflows/docs-build.yaml index 58df2f698..d093a3b76 100644 --- a/.github/workflows/docs-build.yaml +++ b/.github/workflows/docs-build.yaml @@ -2,7 +2,7 @@ name: docs-build on: push: - branches: [ main ] + branches: [ main, 'release-*' ] tags: - v* workflow_dispatch: diff --git a/gpu-operator/install-gpu-operator-nvaie.rst b/gpu-operator/install-gpu-operator-nvaie.rst index d7420c4db..e7b3483ad 100644 --- a/gpu-operator/install-gpu-operator-nvaie.rst +++ b/gpu-operator/install-gpu-operator-nvaie.rst @@ -190,6 +190,7 @@ For newer releases, you can confirm the the supported driver branch by performin #. Refer to :ref:`operator-component-matrix` to identify the recommended driver version that uses the same driver branch, 550, in this case. After identifying the correct driver version, refer to :ref:`install-gpu-operator` to install the Operator by using Helm. +Specify the ``--set version=`` argument to install a supported version of the Operator for your NVIDIA AI Enterprise release. *******************