Skip to content

Commit d64c0fe

Browse files
docs: fix OpenShift version and add maas-controller to layout (opendatahub-io#561)
## Summary - Update OpenShift version requirement from 4.16+ to 4.19.9+ in scripts/README.md - Add missing `maas-controller/` to CONTRIBUTING.md repository layout table <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated repository layout documentation to reflect additional service areas * Updated minimum supported OpenShift version requirement to 4.19.9+ <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Mynhardt Burger <mynhardt@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e775a8b commit d64c0fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ This project follows a **Stream-Lake-Ocean** release model. Code flows from acti
5757
|------|--------|
5858
| `scripts/` | Deployment and install scripts (e.g. `deploy.sh`, `deployment-helpers.sh`, `install-dependencies.sh`) |
5959
| `deployment/` | Kustomize manifests (base, overlays, networking, components) |
60-
| `maas-api/` | Go API service (keys, tokens, tiers); see [maas-api/README.md](maas-api/README.md) |
60+
| `maas-api/` | Go API service (keys, tokens, subscriptions); see [maas-api/README.md](maas-api/README.md) |
61+
| `maas-controller/` | Kubernetes controller for MaaS CRDs; see [maas-controller/README.md](maas-controller/README.md) |
6162
| `docs/` | User and admin documentation (MkDocs); [online docs](https://opendatahub-io.github.io/models-as-a-service/) |
6263
| `test/` | E2E and billing/smoke tests |
6364
| `.github/workflows/` | CI (build, PR title validation, MaaS API lint/build) |

scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Automated deployment script for OpenShift clusters supporting both operator-base
4444
- `--channel <channel>` - Operator channel override (default: fast-3 for ODH, fast-3.x for RHOAI)
4545

4646
**Requirements:**
47-
- OpenShift cluster (4.16+)
47+
- OpenShift cluster (4.19.9+)
4848
- `oc` CLI installed and logged in
4949
- `kubectl` installed
5050
- `jq` installed

0 commit comments

Comments
 (0)