Skip to content

Commit 837bf43

Browse files
authored
Merge pull request #95 from eodcgmbh/newchanges
version
2 parents 0de1a42 + d5d4ca2 commit 837bf43

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

eodc/coverage_maps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: coverage-map
33
description: A Helm chart for the Coverage Map app
44
type: application
5-
version: 2025.11.17
6-
appVersion: "2025.11.4"
5+
version: 2025.12.02
6+
appVersion: "2025.12.01"

eodc/coverage_maps/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ spec:
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:

eodc/coverage_maps/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/eodcgmbh/coverage-maps/coverage_maps
3-
tag: 2025.11.4
3+
tag: 2025.12.01
44
pullPolicy: IfNotPresent
55

66
service:
@@ -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: ""

0 commit comments

Comments
 (0)