Skip to content

openshift-examples/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages