CoreWeave Charts is a CoreWeave-hosted collection of Helm charts that we’ve tested and validated for use within CKS. This collection primarily contains two types of Helm charts: those that CoreWeave has developed, and some third-party charts for third-party applications.Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
While all examples here use
coreweave as the local repository name, you can substitute any pertinent name.Do not install the NVIDIA GPU Operator on CKS clusters
Adding and searching the repository
To add the CoreWeave Charts repository to Helm, addhttps://charts.core-services.ingress.coreweave.com with helm repo add:
helm search repo.
To list the entire contents of the CoreWeave repository, run helm search repo coreweave:
helm search repo. Specify the name of the chart by customizing the command coreweave/<name-of-chart>, and add the -l flag to output the long format of the available charts list:
Viewing charts
To view information about a given chart, usehelm show chart:
Keywords
In addition to other applicable values, all the charts you can access on CoreWeave Charts contain one of the following keywords:coreweave- identifies a chart/application that is fully developed and maintained by CoreWeave.vendored- identifies a chart/application that deploys an upstream third-party application. CoreWeave has curated a list of these, but they are not maintained by CoreWeave.
Chart support
If you are experiencing issues with a specific chart, see thekeywords and maintainers sections of the application’s Chart.yaml file, or its dependency charts.
If you require further assistance, please create a ticket with support.
Please note that CoreWeave cannot provide support for third-party applications. Our support team handles queries on the infrastructure on which your applications run, not the apps themselves.
Installing applications with CoreWeave Charts
To use a CoreWeave Helm chart for deploying an application, usehelm install:
--set or --set-string for changing the chart values: