Skip to content

Commit

Permalink
Merge pull request #69 from NerdyShawn/stackChartStorageClassChanges
Browse files Browse the repository at this point in the history
no longer hard code storageClass and don't assume RWX
  • Loading branch information
JC5 authored Apr 1, 2024
2 parents c5ac4e3 + 9bc6647 commit 37083bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/firefly-iii-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: firefly-iii-stack
version: 0.7.2
version: 0.7.3
description: Installs Firefly III stack (db, app, importer)
type: application
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-iii-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# firefly-iii-stack

![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Installs Firefly III stack (db, app, importer)
**Homepage:** <https://github.com/firefly-iii/kubernetes>
Expand Down
4 changes: 2 additions & 2 deletions charts/firefly-iii-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ firefly-db:
pullPolicy: IfNotPresent

storage:
class: nfs-client
accessModes: ReadWriteMany
class: ~
accessModes: ~ # Change as needed for your storageClass https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
dataSize: 1Gi

# environment variables
Expand Down

0 comments on commit 37083bf

Please sign in to comment.