Hangar/chart
2022-12-22 17:58:18 +01:00
..
dockerfiles fix(docker): don't copy to wrong folder 2022-12-20 11:34:24 +01:00
templates feat: config for kratos api key 2022-12-21 15:44:47 +01:00
.helmignore
Chart.yaml
local-values.yaml 🤦 2022-09-03 19:00:54 +02:00
README.md
values.yaml Update chart image repository 2022-12-22 17:58:18 +01:00

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