Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2024
1 parent 2856cb4 commit a6ab4f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Helm Chart for GraphDB

[![CI](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml/badge.svg)](https://github.com/Ontotext-AD/graphdb-helm/actions/workflows/ci.yml)
![Version: 11.0.1](https://img.shields.io/badge/Version-11.0.1-informational?style=flat-square)
![AppVersion: 10.6.4](https://img.shields.io/badge/AppVersion-10.6.4-informational?style=flat-square)
![Version: 11.1.0](https://img.shields.io/badge/Version-11.1.0-informational?style=flat-square)
![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square)

<!--
TODO: Add ArtifactHub badge when ready
Expand Down Expand Up @@ -196,7 +196,7 @@ Note: If `1` is selected as node count, the launched node will be standalone and

- The section `cluster.config` can be used to configure a GraphDB cluster.

See more about the cluster here: https://graphdb.ontotext.com/documentation/10.6/cluster-basics.html
See more about the cluster here: https://graphdb.ontotext.com/documentation/10.7/cluster-basics.html

### Deploying GraphDB with security

Expand All @@ -211,7 +211,7 @@ Note that the `provisioning` user is required when security is turned on!
By default, if the security is turned on, GraphDB's basic security method is used. More complicated security configurations
can be configured using additional configurations in `graphdb.properties`.

See https://graphdb.ontotext.com/documentation/10.6/access-control.html
See https://graphdb.ontotext.com/documentation/10.7/access-control.html

Prior to GraphDB 10.0.0 the users and their settings were saved in the `settings.js` file.

Expand All @@ -230,9 +230,9 @@ Note the `settings.js` must contain `security.enabled" : true` property when sec
GraphDB uses Logback to configure logging using the `logback.xml` file.
The file can be provisioned before GraphDB's startup with the `configuration.logback.existingConfigmap` configuration.

See https://graphdb.ontotext.com/documentation/10.6/directories-and-config-properties.html#configuration-properties
See https://graphdb.ontotext.com/documentation/10.7/directories-and-config-properties.html#configuration-properties

See https://graphdb.ontotext.com/documentation/10.6/access-control.html
See https://graphdb.ontotext.com/documentation/10.7/access-control.html

### Importing data from existing persistent volume

Expand Down

0 comments on commit a6ab4f4

Please sign in to comment.