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

cemsbv/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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