File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : coverage-map
33description : A Helm chart for the Coverage Map app
44type : application
5- version : 2025.11.17
6- appVersion : " 2025.11.4 "
5+ version : 2025.12.02
6+ appVersion : " 2025.12.01 "
Original file line number Diff line number Diff line change 2323 containerPort : {{ .Values.service.port }}
2424 protocol : TCP
2525 env :
26+ - name : API_BASE_URL
27+ value : {{ .Values.env.apiBaseUrl | quote }}
2628 - name : DB_HOST
2729 valueFrom :
2830 secretKeyRef :
Original file line number Diff line number Diff line change 11image :
22 repository : ghcr.io/eodcgmbh/coverage-maps/coverage_maps
3- tag : 2025.11.4
3+ tag : 2025.12.01
44 pullPolicy : IfNotPresent
55
66service :
@@ -25,4 +25,7 @@ ingress:
2525 tls : []
2626 # - secretName: chart-example-tls
2727 # hosts:
28- # - chart-example.local
28+ # - chart-example.local
29+
30+ env :
31+ API_BASE_URL : " "
You can’t perform that action at this time.
0 commit comments