Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 784 Bytes

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 [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"