Skip to content

Update fresh install guide to use new Helm chart name kserve-resources #628

@Jooho

Description

@Jooho

Summary

The serverless admin guide still references the old Helm chart name kserve, but since v0.17.0 the chart has been renamed to kserve-resources.

This causes confusion for new users who follow the official documentation and get a "chart not found" error.

Affected Files

  • docs/admin-guide/serverless/serverless.md
  • versioned_docs/version-0.17/admin-guide/serverless/serverless.md

Current (Incorrect)

helm install kserve oci://ghcr.io/kserve/charts/kserve --version v0.17.0

Expected (Correct)

helm install kserve oci://ghcr.io/kserve/charts/kserve-resources --version v0.17.0

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions