Personal shared Helm charts for feature environments.
charts/mysql: lightweight MySQL 5.7.44 chart for shared or PR environmentscharts/redis: copied from the current internal redis chart to keep the version aligned
This repository is prepared for GitHub Pages + chart-releaser-action.
After the first push:
- Enable GitHub Pages for this repository
- Use branch
gh-pagesas the Pages source
Then the chart repository URL will be:
https://elioncode.github.io/infra-charts
helm repo add infra-charts https://elioncode.github.io/infra-charts
helm repo update