Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 629 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 629 Bytes

helm-charts

A repository of custom helm charts.

To access charts from this from the cli repository add it:

helm repo add redhat-ai-services https://redhat-ai-services.github.io/helm-charts/
helm repo update redhat-ai-services

To include a chart from this repository in an umbrella chart, include it in your dependencies in your Chart.yaml file.

apiVersion: v2
name: example-chart
description: A Helm chart for Kubernetes
type: application

version: 0.1.0

appVersion: "1.16.0"

dependencies:
  - name: "odh"
    version: "0.1.3"
    repository: "https://redhat-ai-services.github.io/helm-charts/"