@@ -45,7 +45,7 @@ For OpenShift clusters, use the unified automated deployment script. Choose your
4545 Deploy MaaS through the RHOAI or ODH operator. This is the recommended approach for production deployments.
4646
4747 ```bash
48- export MAAS_REF="main " # Use the latest release tag, or "main" for development
48+ export MAAS_REF="v0.1.0 " # Use the latest release tag, or "main" for development
4949
5050 # Deploy using RHOAI operator (default)
5151 ./scripts/deploy.sh
@@ -56,7 +56,7 @@ For OpenShift clusters, use the unified automated deployment script. Choose your
5656
5757 !!! note "Using Release Tags"
5858 The `MAAS_REF` environment variable should reference a release tag (e.g., `v1.0.0`) for production deployments.
59- The release workflow automatically updates all `MAAS_REF="main "` references in documentation and scripts
59+ The release workflow automatically updates all `MAAS_REF="v0.1.0 "` references in documentation and scripts
6060 to use the new release tag when a release is created. Use `"main"` only for development/testing.
6161
6262=== "Kustomize (Development Only)"
@@ -71,14 +71,14 @@ For OpenShift clusters, use the unified automated deployment script. Choose your
7171 2. **ODH operator**: `./.github/hack/install-odh.sh`
7272
7373 ```bash
74- export MAAS_REF="main " # Use the latest release tag, or "main" for development
74+ export MAAS_REF="v0.1.0 " # Use the latest release tag, or "main" for development
7575
7676 ./scripts/deploy.sh --deployment-mode kustomize
7777 ```
7878
7979 !!! note "Using Release Tags"
8080 The `MAAS_REF` environment variable should reference a release tag (e.g., `v1.0.0`) for production deployments.
81- The release workflow automatically updates all `MAAS_REF="main "` references in documentation and scripts
81+ The release workflow automatically updates all `MAAS_REF="v0.1.0 "` references in documentation and scripts
8282 to use the new release tag when a release is created. Use `"main"` only for development/testing.
8383
8484
0 commit comments