Public Helm chart repository - Rakuten Rewards Devops
Notes: The chart only hosts
- deprecated helm chart. For example
kube2iam
- helm charts that no longer being maintained by the community.
Those charts are still being used and maintained by Rewards Platform team.
- Create your feature branch from
master
git clone https://github.com/rewards-devops/charts.git
git checkout -b <feature_branch_name>
- Push new charts to
charts/
folder. - Create PR to
master
branch - Review and merge PR
- Github Actions workflow automatically detect the chart's version and release the chart.
Example to install metrics-server
helm repo add rr-charts https://rewards-devops.github.io/charts
helm install metrics-server rr-charts/metrics-server