Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 827 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 827 Bytes

helm-charts

This is a personal repository for managing and building helm charts. These charts are often experimental. For additional charts, please also refer to the Red Hat Intelligent Application Practice Helm Charts repo.

Usage

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

helm repo add strangiato https://strangiato.github.io/helm-charts/

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://strangiato.github.io/helm-charts/"