helm repo add semaphore https://raw.githubusercontent.com/mobiservice19/Semaphore/main/charts
helm repo update
helm search repo | grep semaphore
helm show values semaphore/semaphore > values.yaml
helm upgrade semaphore semaphore/semaphore \
--install \
--atomic \
--values values.yaml \
--debug