Skip to content

Commit f85e33e

Browse files
Stardog 10.0.1 (#502)
* Upgrade stardog to 10.0.1 and ZooKeeper to 3.8.0 * update helm dependencies
1 parent 3d91d54 commit f85e33e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ helm repo add appuio https://charts.appuio.ch
3030
| [![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) |
3131
| [![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) |
3232
| [![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.24.0/total)](https://github.com/appuio/charts/releases/tag/stardog-0.24.0) | [stardog](appuio/stardog/README.md) |
33+
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.25.0/total)](https://github.com/appuio/charts/releases/tag/stardog-0.25.0) | [stardog](appuio/stardog/README.md) |
3434
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.2.3/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.2.3) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
3535
| [![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) |
3636

appuio/stardog/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: stardog
3-
version: 0.24.0
4-
appVersion: 9.2.1
3+
version: 0.25.0
4+
appVersion: 10.0.1
55
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.
66
home: "https://www.stardog.com/"
77
icon: https://d33wubrfki0l68.cloudfront.net/img/c920235ff153186ab17617ce2bce193d867fa80c/stardog-logo.png

appuio/stardog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stardog
22

3-
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![AppVersion: 9.2.1](https://img.shields.io/badge/AppVersion-9.2.1-informational?style=flat-square)
3+
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 10.0.1](https://img.shields.io/badge/AppVersion-10.0.1-informational?style=flat-square)
44

55
Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.
66

@@ -100,7 +100,7 @@ The following table lists the configurable parameters chart. For default values
100100

101101
| Repository | Name | Version |
102102
|------------|------|---------|
103-
| https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/ | zookeeper | 8.1.2 |
103+
| https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/ | zookeeper | 9.2.7 |
104104

105105
<!---
106106
Common/Useful Link references from values.yaml

appuio/stardog/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: zookeeper
33
repository: https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/
4-
version: 8.1.2
5-
digest: sha256:4ee65e2998f2204dbbfbc0cdb6c17f9d6266eacc7ee4fa4c25159579f4cb20a3
6-
generated: "2023-01-09T13:54:54.337524798+01:00"
4+
version: 9.2.7
5+
digest: sha256:e5ba4bc039eda05c1daac5dc85e821d146cd6b94e94f6a9533ceaa9b5c06cd90
6+
generated: "2024-04-16T17:56:12.691938401+02:00"

appuio/stardog/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
22
- name: zookeeper
3-
version: 8.1.2
3+
version: 9.2.7
44
repository: https://raw.githubusercontent.com/bitnami/charts/b661ad0e6e3277fc5b5b2db197cba47174693712/bitnami/
55
condition: zookeeper.enabled

appuio/stardog/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
registry: stardog-eps-docker.jfrog.io
1212
# username:
1313
# password:
14-
tag: 9.2.1
14+
tag: 10.0.1
1515
pullPolicy: IfNotPresent
1616
# existingPullSecret: my-image-pull-secret
1717

0 commit comments

Comments
 (0)