Skip to content

Commit

Permalink
Merge pull request #59 from appuio/stardog/remove-pvc-label
Browse files Browse the repository at this point in the history
[stardog] Remove PVC label, upgrade
  • Loading branch information
anothertobi authored Jun 14, 2019
2 parents 588485b + aabef04 commit 50e6856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stardog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v1
name: stardog
version: 0.0.11
appVersion: 6.2.1
version: 0.0.12
appVersion: 6.2.2
description: Stardog Helm Chart
home: "https://www.stardog.com/"
icon: https://d33wubrfki0l68.cloudfront.net/img/c920235ff153186ab17617ce2bce193d867fa80c/stardog-logo.png
Expand Down
1 change: 0 additions & 1 deletion stardog/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ spec:
name: data
labels:
app.kubernetes.io/name: {{ include "stardog.name" . }}
helm.sh/chart: {{ include "stardog.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion stardog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
registry: stardog-eps-docker.jfrog.io
# username:
# password:
tag: 6.2.1
tag: 6.2.2
pullPolicy: IfNotPresent
# existingPullSecret: my-image-pull-secret

Expand Down

0 comments on commit 50e6856

Please sign in to comment.