Hangar/chart
2022-10-31 19:23:00 +01:00
..
dockerfiles chore(deps): update node.js to v19 (#1003) 2022-10-31 16:18:00 +01:00
templates fix chart 2022-10-19 19:57:57 +02:00
.helmignore
Chart.yaml
local-values.yaml 🤦 2022-09-03 19:00:54 +02:00
README.md add local-values to enable ingress locally 2022-09-03 18:52:54 +02:00
values.yaml fix(chart): fix security context 2022-10-31 19:23:00 +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