Skip to content

Files

Latest commit

 

History

History
39 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.19 KB

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 an be access via

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

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 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