File tree 4 files changed +19
-18
lines changed
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ helm repo add appuio https://charts.appuio.ch
30
30
| [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/secret-1.1.0/total )] ( https://github.com/appuio/charts/releases/tag/secret-1.1.0 ) | [ secret] ( appuio/secret/README.md ) |
31
31
| [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/signalilo-0.12.1/total )] ( https://github.com/appuio/charts/releases/tag/signalilo-0.12.1 ) | [ signalilo] ( appuio/signalilo/README.md ) |
32
32
| [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total )] ( https://github.com/appuio/charts/releases/tag/snappass-1.0.0 ) | [ snappass] ( appuio/snappass/README.md ) |
33
- | [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/stardog-0.26.1 /total )] ( https://github.com/appuio/charts/releases/tag/stardog-0.26.1 ) | [ stardog] ( appuio/stardog/README.md ) |
33
+ | [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/stardog-0.26.2 /total )] ( https://github.com/appuio/charts/releases/tag/stardog-0.26.2 ) | [ stardog] ( appuio/stardog/README.md ) |
34
34
| [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.3.0/total )] ( https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.3.0 ) | [ stardog-userrole-operator] ( appuio/stardog-userrole-operator/README.md ) |
35
35
| [ ![ chart downloads] ( https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.2/total )] ( https://github.com/appuio/charts/releases/tag/trifid-2.0.2 ) | [ trifid] ( appuio/trifid/README.md ) |
36
36
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : stardog
3
- version : 0.26.1
3
+ version : 0.26.2
4
4
appVersion : 10.1.0
5
5
description : Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.
6
6
home : " https://www.stardog.com/"
Original file line number Diff line number Diff line change 1
1
# stardog
2
2
3
- ![ Version: 0.26.1 ] ( https://img.shields.io/badge/Version-0.26.1 -informational?style=flat-square ) ![ AppVersion: 10.1.0] ( https://img.shields.io/badge/AppVersion-10.1.0-informational?style=flat-square )
3
+ ![ Version: 0.26.2 ] ( https://img.shields.io/badge/Version-0.26.2 -informational?style=flat-square ) ![ AppVersion: 10.1.0] ( https://img.shields.io/badge/AppVersion-10.1.0-informational?style=flat-square )
4
4
5
5
Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.
6
6
Original file line number Diff line number Diff line change @@ -24,26 +24,27 @@ stardog:
24
24
# - name: nameOfTheUser
25
25
# password: passwordForTheUser
26
26
disabledUsers :
27
- - anonymous
27
+ - anonymous
28
28
databases :
29
29
# - name: stardog
30
30
# options:
31
31
# - name: search.enabled
32
32
# value: "true"
33
33
roles :
34
- - name : superuser
35
- grants :
36
- - action : all
37
- object : " *:*"
38
- users :
34
+ - name : superuser
35
+ grants :
36
+ - action : all
37
+ object : " *:*"
38
+ users :
39
39
existingLicenseSecret : stardog-license
40
40
# Custom Stardog config (string value)
41
41
config : |
42
- javaArgs : -Xmx3g -Xms1g -XX:MaxDirectMemorySize=3g
42
+ javaArgs: -Xmx3g -Xms1g -XX:MaxDirectMemorySize=3g
43
43
backup :
44
- databases : # List of databases to backup
45
- # - name: myDB
46
- # schedule: "18 03 * * *" # in UTC
44
+ # List of databases to backup
45
+ databases : []
46
+ # - name: myDB
47
+ # schedule: "18 03 * * *" # in UTC
47
48
s3Region : eu-central-1
48
49
s3Endpoint :
49
50
s3BucketName :
@@ -83,11 +84,11 @@ persistence:
83
84
metrics :
84
85
enabled : false
85
86
prometheusOperator : false
86
- serviceMonitor :
87
- # Scrape interval and timeout.
88
- # Interval may not be smaller than timeout.
89
- # interval: 10s
90
- # timeout: 10s
87
+ serviceMonitor : {}
88
+ # Scrape interval and timeout.
89
+ # Interval may not be smaller than timeout.
90
+ # interval: 10s
91
+ # timeout: 10s
91
92
stardogRules :
92
93
extraLabels : null
93
94
zookeeperRules :
You can’t perform that action at this time.
0 commit comments