Skip to content

Commit

Permalink
Merge pull request #444 from appuio/stardog_810_fix_zk
Browse files Browse the repository at this point in the history
Use new client service port name
  • Loading branch information
psy-q authored Oct 3, 2022
2 parents 2c30241 + 59ef6fe commit 14ea7a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm repo add appuio https://charts.appuio.ch
| [![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) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/signalilo-0.8.0/total)](https://github.com/appuio/charts/releases/tag/signalilo-0.8.0) | [signalilo](appuio/signalilo/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-0.2.15/total)](https://github.com/appuio/charts/releases/tag/snappass-0.2.15) | [snappass](appuio/snappass/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.12.3/total)](https://github.com/appuio/charts/releases/tag/stardog-0.12.3) | [stardog](appuio/stardog/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.12.4/total)](https://github.com/appuio/charts/releases/tag/stardog-0.12.4) | [stardog](appuio/stardog/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.1.1/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.1.1) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-1.2.3/total)](https://github.com/appuio/charts/releases/tag/trifid-1.2.3) | [trifid](appuio/trifid/README.md) |

Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: stardog
version: 0.12.3
version: 0.12.4
appVersion: 8.1.0
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.
home: "https://www.stardog.com/"
Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stardog

![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-informational?style=flat-square) ![AppVersion: 8.1.0](https://img.shields.io/badge/AppVersion-8.1.0-informational?style=flat-square)
![Version: 0.12.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat-square) ![AppVersion: 8.1.0](https://img.shields.io/badge/AppVersion-8.1.0-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Create ZooKeeper connection string.
{{- define "stardog.zookeeperConnection" -}}
{{- $zookeeperFullName := (include "stardog.zookeeper.fullname" $) }}
{{- range $i, $e := until (int .Values.zookeeper.replicaCount) -}}
{{- printf "%v-%v.%v-headless:%d," $zookeeperFullName $i $zookeeperFullName (int $.Values.zookeeper.service.port) -}}
{{- printf "%v-%v.%v-headless:%d," $zookeeperFullName $i $zookeeperFullName (int $.Values.zookeeper.containerPorts.client) -}}
{{- end -}}
{{- end -}}

0 comments on commit 14ea7a2

Please sign in to comment.