Skip to content

Collection of DVPE Helm Charts. DVPE stands for digital virtual product experience and is a sub project of BMW's AR/VR department.

License

Notifications You must be signed in to change notification settings

isihu/dvpe-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvpe-helm

Collection of DVPE Helm Charts

Add the charts by executing the following command

helm repo add dvpe https://dvpe-cloud.github.io/dvpe-helm
helm repo update

How to release a new chart

Each chart's README.md is generated via helm-docs.

  1. Update the documentation:
    Edit (or create) theREADME.md.gotmpl file in the chart's folder and add your documentation like this:
    {{/* Header and Version Badge */}}
    {{ template "chart.header" . }} 
    {{ template "chart.versionBadge" . }}
    
    {{ template "chart.description" . }}
    {{/* Here you can add your documentation text */}}
    
    {{/* Don't change the last lines from here on which generate a table from values.yaml */}}
    ## Chart Configuration Parameters
    The following table lists the configurable parameters of the chart and its default values.
    
    {{ template "chart.valuesSection" . }}
    
  2. Run
    helm-docs
    inside the chart's folder to generate the README.md file
  3. Increase Version in Chart.yaml.
    Each merge to master is validated via Github-Actions. If the version is not updated, the merge is not permitted.

About

Collection of DVPE Helm Charts. DVPE stands for digital virtual product experience and is a sub project of BMW's AR/VR department.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 66.2%
  • Shell 27.6%
  • Smarty 6.2%