Hangar/chart
renovate[bot] 8ede6bd4e1
chore(deps): update eclipse-temurin docker tag to v17.0.6_10-jre-alpine (#1083)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-10 20:08:44 +01:00
..
dockerfiles chore(deps): update eclipse-temurin docker tag to v17.0.6_10-jre-alpine (#1083) 2023-03-10 20:08:44 +01:00
templates feat(front+backend): allow disabling of indexing 2023-01-08 18:47:23 +01:00
.helmignore big cleanup, move backend into folder, write new helm charts, update deps, cleanup workflows 2022-09-02 19:56:41 +02:00
Chart.yaml big cleanup, move backend into folder, write new helm charts, update deps, cleanup workflows 2022-09-02 19:56:41 +02:00
local-values.yaml feat(chart): more ingress paths for more performance 2023-01-05 20:27:45 +01:00
README.md add local-values to enable ingress locally 2022-09-03 18:52:54 +02:00
values.yaml feat(front+backend): allow disabling of indexing 2023-01-08 18:47:23 +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