Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 802 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 802 Bytes

Semaphore

HELM CHART FOR USE TO KUBERNETES

Sources

Before use HELM Chart you need to fill in Custom ConfigMap and Custom Secret on values.yaml

Install HELM Chart Semaphore

Add repo semaphore

helm repo add semaphore https://raw.githubusercontent.com/mobiservice19/Semaphore/main/charts

HELM REPO UPDATE

helm repo update

HELM SEARCH

helm search repo | grep semaphore

Pull default values from HELM Chart semaphore

helm show values semaphore/semaphore > values.yaml

Install HELM Chart semaphore

helm upgrade semaphore semaphore/semaphore \
    --install \
    --atomic \
    --values values.yaml \
    --debug