This repository hosts philips-labs Helm charts.
helm repo add philips-labs https://philips-labs.github.io/helm-charts/
helm repo update
Add your helm repository as a submodule to this repository.
e.g.
git submodule add [email protected]:philips-labs/dctna-helm.git charts/dctna
Also ensure to add your chart to the dependabot config so it will automatically create PRs for updates to your chart.
e.g.
- package-ecosystem: "gitsubmodule"
directory: "/charts/dctna"
schedule:
interval: "daily"