Skip to content

chore(chart-deps): update kserve to version v0.20.0 - #3497

Draft
svcAPLBot wants to merge 4 commits into
mainfrom
ci-update-kserve-to-v0.20.0
Draft

chore(chart-deps): update kserve to version v0.20.0#3497
svcAPLBot wants to merge 4 commits into
mainfrom
ci-update-kserve-to-v0.20.0

Conversation

@svcAPLBot

Copy link
Copy Markdown
Contributor

This PR updates the dependency kserve-resources to version v0.20.0.

@svcAPLBot svcAPLBot added the chart-deps Auto generated helm chart dependencies label Aug 7, 2026
Copilot AI lite review requested due to automatic review settings August 7, 2026 01:35

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

This PR bumps the vendored/managed KServe Helm artifacts to align with kserve-resources v0.20.0, updating version references across the chart metadata, dependency pinning, and associated documentation/config defaults.

Changes:

  • Update KServe chart/dependency version references from v0.19.0 → v0.20.0.
  • Update README badges/examples and apps catalog metadata to reflect 0.20.0.
  • Extend the KServe controller ConfigMap defaults with new storage initializer OCI settings (enableOciModelSupport, ociModelMode).

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
charts/kserve/values.yaml Bumps default kserve.version to v0.20.0.
charts/kserve/README.md Updates version badges and install example to v0.20.0.
charts/kserve/files/common/configmap.yaml Adds v0.20.0 storage initializer OCI-related settings.
charts/kserve/Chart.yaml Updates chart version and appVersion to v0.20.0.
charts/dependencies.yaml Pins kserve-crd and kserve-resources to v0.20.0.
apps.yaml Updates KServe app catalog entry version to 0.20.0.
Suppressed comments (1)

charts/kserve/files/common/configmap.yaml:161

  • data.storageInitializer is defined twice in this ConfigMap (the second definition starting at line 161 overrides the earlier one). Duplicate mapping keys are invalid YAML and can break tooling; it also makes it unclear which initializer config is intended to be used.
           "ociModelMode": "modelcar",
           "cpuModelcar": "10m",
           "memoryModelcar": "15Mi"
       }
     storageInitializer: |-

Comment on lines 155 to +157
"enableModelcar": false,
"enableOciModelSupport": false,
"ociModelMode": "modelcar",
Copilot AI review requested due to automatic review settings August 7, 2026 09:05

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

Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.

Suppressed comments (1)

charts/dependencies.yaml:67

  • PR description says it updates only the kserve-resources dependency, but this change also bumps kserve-crd to v0.20.0. Please update the PR description (or split the change) so reviewers/users understand both dependencies are being upgraded together.
  - name: kserve-crd
    version: v0.20.0
    repository: oci://ghcr.io/kserve/charts/kserve-crd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart-deps Auto generated helm chart dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants