Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/v0.6.1/image-mirroring.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ First, ensure you have the [NGC CLI installed and configured](https://org.ngc.nv

```bash
# Set stack versions
export STACK_VERSION="0.6.1-rc.6"
export STACK_VERSION="0.6.1"
export COMPUTE_STACK_VERSION="1.0.6"

# Download a specific control-plane stack version
Expand Down Expand Up @@ -225,7 +225,7 @@ and its listed artifact versions are QA-qualified together.

```bash
# Set the version
export VERSION="0.6.1-rc.6"
export VERSION="0.6.1"

ngc registry resource download-version "nvidia/nvcf/nvcf-self-managed-stack:${VERSION}" && \
mkdir -p nvcf-self-managed-stack && \
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.6.1/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ The following tables list the complete artifact inventory.
| --- | --- | --- | --- | --- |
| `nvcf-cli` | `1.10.3` | Manages functions, deployments, and clusters from the command line. | `nvcr.io/nvidia/nvcf/nvcf-cli:1.10.3` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/src/clis/nvcf-cli) |
| `nvcf-compute-plane-stack` | `1.0.6` | Provides the Helmfile bundle for compute-plane deployment. | `nvcr.io/nvidia/nvcf/nvcf-compute-plane-stack:1.0.6` | |
| `nvcf-self-managed-stack` | `0.6.1-rc.6` | Provides the Helmfile bundle for control-plane deployment. | `nvcr.io/nvidia/nvcf/nvcf-self-managed-stack:0.6.1-rc.6` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/stacks/self-managed) |
| `nvcf-self-managed-stack` | `0.6.1` | Provides the Helmfile bundle for control-plane deployment. | `nvcr.io/nvidia/nvcf/nvcf-self-managed-stack:0.6.1` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/stacks/self-managed) |

{/* docs-version-sync:END manifest-artifact-registry-paths */}
Loading