Skip to content

EugenMayer/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifact Hub

WAT

Different kubernetes charts.

  • Hopefully using the current standards
  • If possible, uses the official docker images

Chart repository

The chart repository is hosted vi Github-Pages under chart repository and can be access via

https://eugenmayer.github.io/helm-charts/

See an overview of the charts using artifacthub: Artifact Hub

What it is not

Please do consider the helm charts are not build to be a starter for you to understand how to install an application the first time - please use the official docs for that purpose. Please use the docs of the particular application, learn the Docker environment variables, possible configuration values and all those things. Please always use the official docs, I will not answer non-chart related questions here.

So it is not a 'how to learn to run rundeck' kind of project. Thank you for respecting that :)

Index

Releasing

We are using chart-releaser This will release all packages that have been changed and update the index.yaml under gh-pages.

# export the gh token
 export CR_TOKEN=<token>
make release-all