This repository is used to install applications in Managed Kubernetes. You can install or update helm charts directly through this repository. For example:
helm install myrelease oci://ghcr.io/selectel/mks-charts/ingress-nginx:4.12.1Building of helm charts is done through GitHub Actions. release.yaml detects changes and collects the chart in packages.
To create a new helm chart: push the new chart to main branch in . /charts folder and create an app-name/chart-version tag.