Skip to content

philips-labs/helm-charts

Repository files navigation

Philips-labs

MIT License

This repository hosts philips-labs Helm charts.

Add Helm repository

helm repo add philips-labs https://philips-labs.github.io/helm-charts/
helm repo update

Add more charts to this repository

Add your helm repository as a submodule to this repository.

e.g.

git submodule add git@github.com: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"