Skip to content

Commit

Permalink
Helm: Remove default value of storageClassName in loki/loki helm chart (
Browse files Browse the repository at this point in the history
#1058)

* delete default name of  storageClassName "default"

* bump loki stack
  • Loading branch information
polar3130 authored and cyriltovena committed Sep 26, 2019
1 parent cc0a4c2 commit a2060ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: loki-stack
version: 0.16.3
version: 0.16.4
appVersion: v0.3.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: loki
version: 0.14.2
version: 0.14.3
appVersion: v0.3.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
1 change: 0 additions & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ persistence:
accessModes:
- ReadWriteOnce
size: 10Gi
storageClassName: default
annotations: {}
# subPath: ""
# existingClaim:
Expand Down

0 comments on commit a2060ef

Please sign in to comment.