Skip to content

Commit

Permalink
Merge pull request #75 from Ontotext-AD/use_proxy_java_args_configmap
Browse files Browse the repository at this point in the history
Use graphdb.clusterProxy.java_args in proxy configmap
  • Loading branch information
mihailradkov authored Jan 29, 2024
2 parents f570564 + 0eae2ac commit 172681f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
.vscode/

# Custom
*.license
.github/
examples/
template_output.yaml
trivy.yaml
values_overrides.yaml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GraphDB Helm chart release notes

## Version 10.5.1-R2

- Fixed `graphdb-cluster-proxy-configmap` to use the correct java_args configuration from [values.yaml](values.yaml).

## Version 10.4.1

- Added configurations for specifying resource values for all remaining containers, see `graphdb.node.initContainerResources` and `graphdb.jobResources`.
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: graphdb
description: GraphDB is an enterprise ready Semantic Graph Database
type: application
version: 10.5.1
version: 10.5.1-R2
appVersion: 10.5.1
kubeVersion: ^1.22.0-0
home: https://graphdb.ontotext.com/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ data:
-Dgraphdb.external-url={{ $.Values.deployment.protocol }}://{{ include "graphdb.resolveDeploymentHost" $ }}{{ $.Values.graphdb.workbench.subpath }}
-Dgraphdb.auth.token.secret={{ $.Values.graphdb.clusterConfig.clusterSecret | quote }}
-Dgraphdb.home=/opt/graphdb/home
{{ default $.Values.graphdb.node.java_args}}
{{ $.Values.graphdb.clusterProxy.java_args }}
{{- end }}

0 comments on commit 172681f

Please sign in to comment.