Skip to content

Commit 855933f

Browse files
chore: update image tag and MAAS_REF to v0.1.0
1 parent 416c93d commit 855933f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/content/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Image configuration
2-
maas-api-image=quay.io/opendatahub/maas-api:latest
2+
maas-api-image=quay.io/opendatahub/maas-api:v0.1.0

0 commit comments

Comments
 (0)