Skip to content

Commit 5211d31

Browse files
authored
Merge pull request #200 from NVIDIA/patch-5322419
remove extra v before ${version} variable
2 parents 74c5a81 + f3aabb6 commit 5211d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu-operator/upgrade.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ With this procedure, all existing GPU operator resources are updated inline and
6363

6464
.. code-block:: console
6565
66-
$ export RELEASE_TAG=v${version}
66+
$ export RELEASE_TAG=${version}
6767
6868
#. Apply the custom resource definitions for the cluster policy and NVIDIA driver:
6969

@@ -147,7 +147,7 @@ Starting with GPU Operator v24.9.0, the upgrade CRD Helm hook is enabled by defa
147147

148148
.. code-block:: console
149149
150-
$ export RELEASE_TAG=v${version}
150+
$ export RELEASE_TAG=${version}
151151
152152
#. Update the information about the Operator chart:
153153

0 commit comments

Comments
 (0)