Skip to content

Commit 13fa0a9

Browse files
committed
fix: revert to usage JAVA_OPTS in mapstore until georchestra/mapstore2-georchestra/pull/741 merged
1 parent e86813c commit 13fa0a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.7.2
18+
version: 1.7.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

Diff for: templates/mapstore/mapstore-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
- mountPath: /mnt/mapstore2
5050
name: mapstore-datadir
5151
env:
52-
- name: JAVA_OPTIONS
52+
- name: JAVA_OPTS
5353
value: -DPRINT_BASE_URL=pdf -Dgeorchestra.datadir=/etc/georchestra -Dgeorchestra.extensions=/mnt/mapstore2
5454
{{- include "georchestra.ldap-envs" . | nindent 10 }}
5555
{{- include "georchestra.database-georchestra-envs" . | nindent 10 }}

0 commit comments

Comments
 (0)