mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
23dfd17851
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
dockerfiles | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
local-values.yaml | ||
README.md | ||
values.yaml |
This directory contains the helm chart that is used to deploy this app.
minikube image build -t hangar-frontend:2 . -f chart/dockerfiles/frontend/Dockerfile
helm upgrade --install hangar chart/ -f chart/local-values.yaml --set backend.image.repository=hangar-backend --set backend.image.tag=4 --set frontend.image.repository=hangar-frontend --set frontend.image.tag=2