Skip to content

Synchronize Helm charts with Kustomize manifests (katib v0.19.0, model-registry v0.3.7, kserve-models-web-application 0.16.0) #3416

Merged
google-oss-prow[bot] merged 1 commit into
kubeflow:masterfrom
kunal-511:sync-helm-charts-with-kustomize-manifests
Mar 21, 2026
Merged

Synchronize Helm charts with Kustomize manifests (katib v0.19.0, model-registry v0.3.7, kserve-models-web-application 0.16.0) #3416
google-oss-prow[bot] merged 1 commit into
kubeflow:masterfrom
kunal-511:sync-helm-charts-with-kustomize-manifests

Conversation

@kunal-511

@kunal-511 kunal-511 commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

Pull Request Template for Kubeflow Manifests

✏️ Summary of Changes

katib helm charts: bump to v0.19.0
model-registry helm charts: bump server/ui to v0.3.7, postgres to 16-alpine
kserve-models-web-app helm charts: bump to 0.16.0

📦 Dependencies

List any dependencies or related PRs (e.g., "Depends on #123").

🐛 Related Issues

Link any issues that are resolved or affected by this PR.

✅ Contributor Checklist

  • I have tested these changes with kustomize. See Installation Prerequisites.
  • All commits are signed-off to satisfy the DCO check.
  • I have considered adding my company to the adopters page to support Kubeflow and help the community, since I expect help from the community for my issue (see 1. and 2.).

You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.

…and kserve-models-web-app

Signed-off-by: Kunal Dugar <yoyokvunal@gmail.com>
Copilot AI review requested due to automatic review settings March 21, 2026 12:58
@github-actions

Copy link
Copy Markdown

Welcome to the Kubeflow Manifests Repository

Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community.

Before making more PRs:
Please ensure your PR follows our Contributing Guide.
Please also be aware that many components are synchronizes from upstream via the scripts in /scripts.
So in some cases you have to fix the problem in the upstream repositories first, but you can use a PR against kubeflow/manifests to test the platform integration.

Community Resources:

Thanks again for helping to improve Kubeflow.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates experimental Helm charts to stay aligned with the corresponding Kustomize manifests, primarily by bumping component versions (Katib v0.19.0, Model Registry v0.3.7, KServe Models Web App v0.16.0) and adjusting related chart configuration.

Changes:

  • Bump image tags for Model Registry, Katib, and KServe Models Web App.
  • Update Katib chart configuration generation (templated KatibConfig) and extend controller RBAC (e.g., JobSet/TrainJob support).
  • Adjust database probe commands in Katib/Model Registry MySQL templates and update default Postgres image tag for Model Registry.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
experimental/helm/charts/model-registry/values.yaml Bumps Model Registry images and updates default Postgres image tag.
experimental/helm/charts/model-registry/templates/database/mysql/deployment.yaml Tweaks MySQL readiness probe to connect via localhost.
experimental/helm/charts/model-registry/ci/values-ui.yaml CI values bump UI tag to v0.3.7.
experimental/helm/charts/model-registry/ci/values-ui-standalone.yaml CI values bump UI tag to v0.3.7.
experimental/helm/charts/model-registry/ci/values-ui-istio.yaml CI values bump UI tag to v0.3.7.
experimental/helm/charts/model-registry/ci/values-ui-integrated.yaml CI values bump UI tag to v0.3.7.
experimental/helm/charts/model-registry/ci/values-postgres.yaml CI values bump server tag and Postgres tag.
experimental/helm/charts/model-registry/ci/values-db.yaml CI values bump server tag to v0.3.7.
experimental/helm/charts/model-registry/ci/ci-values.yaml CI values bump server tag to v0.3.7.
experimental/helm/charts/kserve-models-web-app/values.yaml Bumps app version to 0.16.0; adds Gunicorn args and useridPrefix.
experimental/helm/charts/kserve-models-web-app/templates/configmap.yaml Adds USERID_PREFIX; stops copying app env entries into ConfigMap keys.
experimental/helm/charts/katib/values.yaml Bumps Katib to v0.19.0; updates MySQL tag; refactors default Katib config inputs.
experimental/helm/charts/katib/templates/database/mysql-deployment.yaml Changes MySQL readiness/liveness probe commands; removes startupProbe.
experimental/helm/charts/katib/templates/controller/rbac.yaml Adds JobSet rule and updates TrainJob verb ordering.
experimental/helm/charts/katib/templates/config/configmap.yaml Generates KatibConfig from structured values unless overridden.
experimental/helm/charts/katib/ci/values-standalone.yaml CI values bump imageTag to v0.19.0.
experimental/helm/charts/katib/ci/values-production.yaml CI values bump imageTag to v0.19.0.
experimental/helm/charts/katib/ci/values-postgres.yaml CI values bump imageTag; overrides trialResources.
experimental/helm/charts/katib/ci/values-openshift.yaml CI values bump imageTag and embedded images in katibConfig.
experimental/helm/charts/katib/ci/values-leader-election.yaml CI values bump imageTag and embedded images in katibConfig.
experimental/helm/charts/katib/ci/values-kubeflow.yaml CI values bump imageTag and embedded images in katibConfig; adds TrainJob.
experimental/helm/charts/katib/ci/values-external-db.yaml CI values bump imageTag; overrides trialResources.
experimental/helm/charts/katib/ci/values-cert-manager.yaml CI values bump imageTag and embedded images in katibConfig; adds TrainJob.

Comment thread experimental/helm/charts/katib/values.yaml
Comment thread experimental/helm/charts/model-registry/values.yaml
@juliusvonkohout juliusvonkohout changed the title Sync Helm charts with Kustomize manifests (katib v0.19.0, model-registry v0.3.7, kserve-models-web-app 0.16.0) Synchronize Helm charts with Kustomize manifests (katib v0.19.0, model-registry v0.3.7, kserve-models-web-application 0.16.0) Mar 21, 2026
@juliusvonkohout

Copy link
Copy Markdown
Member

Thank you
/lgtm
/approve

@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: juliusvonkohout

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot merged commit 61b9a5f into kubeflow:master Mar 21, 2026
12 of 13 checks passed
Raakshass added a commit to Raakshass/manifests that referenced this pull request Mar 27, 2026
…el-registry v0.3.7, kserve-models-web-application 0.16.0) (kubeflow#3416)

Signed-off-by: Kunal Dugar <yoyokvunal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants