Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 696 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 696 Bytes

CEMS Helm Charts

Add the repo:

helm repo add cems https://cemsbv.github.io/helm-charts/
helm repo update

Test

helm template charts/api  --debug

Locally

Install dependencies:

  • ChartMuseum
  • servecm plugin: helm plugin install https://github.com/jdolitsky/helm-servecm
  • push plugin: helm plugin install https://github.com/chartmuseum/helm-push.git

Run server:

helm servecm --port=8879 --storage local --storage-local-rootdir /tmp/local --context-path=/charts

Add local repo:

helm repo add local http://127.0.0.1:8879/charts

Push the chart to test:

helm cm-push charts/api local