Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenmayer/helm-charts
Helm charts for applications no official chart exists for
https://github.com/eugenmayer/helm-charts
chart helm kubernetes
Last synced: 3 months ago
JSON representation
Helm charts for applications no official chart exists for
- Host: GitHub
- URL: https://github.com/eugenmayer/helm-charts
- Owner: EugenMayer
- Created: 2022-01-14T12:15:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:05:19.000Z (3 months ago)
- Last Synced: 2024-10-29T22:41:02.098Z (3 months ago)
- Topics: chart, helm, kubernetes
- Language: Mustache
- Homepage:
- Size: 958 KB
- Stars: 23
- Watchers: 5
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/eugen)](https://artifacthub.io/packages/search?repo=eugen)
# 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](https://github.com/EugenMayer/helm-charts/tree/gh-pages)
and can be access via`https://eugenmayer.github.io/helm-charts/`
See an overview of the charts using artifacthub: [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/eugen)](https://artifacthub.io/packages/search?repo=eugen)
## 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
- [rundeck](charts/rundeck): Rundeck
- [postgres-pgdump-backup](charts/postgres-pgdump-backup): Automated Postgres DB backups
- [iperf3](charts/iperf3): Iperf for network performance tests
- [openldap-test](charts/openldap-test): Pre-Provisioned ldap server for tests
- [vulnz-nvd-mirror](charts/vulnz-nvd-mirror): NVD vuln mirror
- [cert-manager-cloudflare-config](charts/cert-manager-cloudflare-config): Cert Manager Cloudflare ACME config CRD)
- [localpath](charts/localpath): Rancher localpath
- [whatsmyip](charts/whatsmyip): Responds with your external ip - great for dyndns
- [whoami](charts/whoami): Simple pong service for ingress tests and http header tests
- [coredns-private-dns-fix](charts/coredns-private-dns-fix): Fix coreDNS private DNS resolving
- [ioBroker](charts/iobroker): Home automation ioBroker
- [longhorn-backup-config](charts/longhorn-backup-config): Longhorn backup configuration (CRD)
- [network-tools](charts/network-tools): Multi-Pod network debugging tools
- [gradle-build-cache](charts/gradle-build-cache) Remote and centralized gradle build cache server
- [nist-data-mirror (deprecated)](charts/nist-data-mirror)## Releasing
We are using [chart-releaser](https://github.com/helm/chart-releaser)
This will release all packages that have been changed and update the `index.yaml` under `gh-pages`.```bash
# export the gh token
export CR_TOKEN=
make release-all
```