-
Notifications
You must be signed in to change notification settings - Fork 7
[major] Major changes for aibroker to aiservice August Patch #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove some jobs and update controller
MASSREMAT-202 Aibroker to aiservice
Aibroker and ODH
MASSREMAT-211 Aiservice-tenant update
MASSREMAT-210 Kmodel clean up
update odh spec
change catalog_source to source
remove aiservice_sls_registration_key_secret
from Values.aiservice_namespace To: Values.ibm_aiservice_tenant.aiservice_namespace
sksingh11-ibm
previously requested changes
Sep 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls review the changes, post changes are done do test it and attach artifacts
instance-applications/113-ibm-aiservice/templates/04-aiservice-jdbc.yaml
Outdated
Show resolved
Hide resolved
root-applications/ibm-aiservice-tenant-root/templates/100-ibm-aiservice-tenant-app.yaml
Show resolved
Hide resolved
added in b64enc for lint check | default "" | toString
update | default "" | toString | b64enc | quote
whitfiea
requested changes
Oct 1, 2025
instance-applications/113-ibm-aiservice/charts/junitreporter-1.0.0.tgz
Outdated
Show resolved
Hide resolved
instance-applications/115-ibm-aiservice-tenant/charts/junitreporter-1.0.0.tgz
Outdated
Show resolved
Hide resolved
whitfiea
approved these changes
Oct 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
https://jsw.ibm.com/browse/MASCORE-9552
OpenDataHub upgraded from v2.19 → v2.32.0
Removed unused components:
Pipeline Operator (no longer required)
MariaDB (legacy dependency, no longer needed)
Renaming: Replaced all references of aibroker → aiservice
CA Certificate Handling:
AIServiceApp now requires encoded CA certificates (GitOps only supports Secret data, not CRDs)
AIServiceTenant updated to handle encoded CA certificates for DRO and SLS
Operator Updates:
Upgraded ibm-aiservice Operator to use ibm-operator-catalog
Removed kmodel Role (merged into operator code)
Updated aiservice_tenant Role to include copy-secret-job for ibm-entitlement and km-s3-secret
Why
Ensure compatibility with the latest ODH release (v2.32.0)
Reduce technical debt by removing obsolete components (Pipeline Operator, MariaDB)
Align naming convention (aiservice) with current architecture
Enforce GitOps best practices by requiring encoded CA certs in Secrets
Simplify RBAC by merging/removing redundant roles
Impact
Positive:
Smaller footprint, fewer dependencies
Improved GitOps compatibility and security handling for CA certs
Cleaner codebase with consistent naming and streamlined roles
Breaking Changes / Migration Notes:
Any existing references to aibroker must be updated to aiservice
Encoded CA certs are now required for both AIServiceApp and AIServiceTenant
MariaDB-dependent legacy configurations are no longer supported