Different kubernetes charts.
- Hopefully using the current standards
- If possible, uses the official docker images
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:
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 :)
- rundeck: Rundeck
- postgres-pgdump-backup: Automated Postgres DB backups
- iperf3: Iperf for network performance tests
- openldap-test: Pre-Provisioned ldap server for tests
- vulnz-nvd-mirror: NVD vuln mirror
- cert-manager-cloudflare-config: Cert Manager Cloudflare ACME config CRD)
- localpath: Rancher localpath
- whatsmyip: Responds with your external ip - great for dyndns
- whoami: Simple pong service for ingress tests and http header tests
- coredns-private-dns-fix: Fix coreDNS private DNS resolving
- ioBroker: Home automation ioBroker
- longhorn-backup-config: Longhorn backup configuration (CRD)
- network-tools: Multi-Pod network debugging tools
- gradle-build-cache Remote and centralized gradle build cache server
- nist-data-mirror (deprecated)
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