Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 721 Bytes

Contributing

Testing locally

Manually point shipmight-stack to use local version:

# Before
- repository: "https://shipmight.github.io/helm-charts"
# After
- repository: "file://../shipmight"

If you make changes to the shipmight-chart (not shipmight-stack), you need to rebuild the deps folder:

cd charts/shipmight-stack && helm dependency update && cd ../..

Now should be able to install as usual:

helm install shipmight-test charts/shipmight-stack -n shipmight --create-namespace

Start a minikube cluster:

minikube start --memory 6gb --cpus 2 --kubernetes-version=v1.21.4