Skip to content

tosmi-gitops/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Helm Chart Collection

License Lint and Test Charts Release Charts

This Helm Chart repository contains Charts, which I use to deploy my Demos on OpenShift/Kubernetes. It is mainly used by Cluster Bootstrap but it can be used individually as well.

Charts in this repo contains for example are:

  • Red Hat Advanced Cluster Security Deployment and Initialization
  • Pipeline Demo
  • Compliance Operator Deployment and Configuration

Add Helm Repository locally

helm repo add tjungbauer https://charts.stderr.at/

Update your repository

helm repo update

To list what is in the repository

helm search repo tjungbauer

Run a chart

To install an individual Chart:

helm install $NAME tjungbauer/$CHART_NAME

Where:

  • $NAME - is the name you want to give the installed Helm App
  • $CHART_NAME - name of the chart found in charts directory

Linting

All Charts in this repository must pass the linting process. Use helm lint and chart testing tools.

CI/CD of this Repo

This Repo is using two Github Actions to validate the Charts and to create the Helm repository:

  • Lint and Test Charts: Uses Chart Tester to automatically verify all NEW (updated) Charts. This means that the version of a Chart must be incremented in order to be found by this action.
  • Release Charts: Uses Chart Releaser to build the helm repository on Github Pages. This page is automatically created in the branch "gh-pages" and can be found at: https://charts.stderr.at/

Thanks

For all the inspiration: https://github.com/redhat-cop/helm-charts

About

Helm Charts Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • YAML 86.3%
  • Smarty 13.7%