Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 534 Bytes

File metadata and controls

28 lines (22 loc) · 534 Bytes

OpenShift Examples - Helm Charts

apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
  name: openshift-examples-helm-charts
spec:
  connectionConfig:
    url: 'https://openshift-examples.github.io/charts/'
  name: OpenShift Examples Helm Charts

Create a new chart

helm create quake-kube
# Edit...
# Examples for Chart.yaml: https://charts.openshift.io/index.yaml
helm package quake-kube

Rebuild index

helm repo index . --url https://openshift-examples.github.io/charts/