Skip to content

Commit 66dd9e9

Browse files
authored
Merge pull request #202 from djjudas21/spoolman_tweak
Storageclass is a string
2 parents fe23d5f + 09ccaf7 commit 66dd9e9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

charts/spoolman/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ apiVersion: v2
22
appVersion: "0.22.1"
33
description: Keep track of your inventory of 3D-printer filament spools.
44
name: spoolman
5-
version: 0.1.0
5+
version: 0.1.1
66
type: application
77
keywords:
88
- database
99
- service
1010
- inventory
1111
- 3dprinting
1212
- filament
13-
1413
home: https://github.com/djjudas21/charts/tree/master/charts/spoolman
1514
icon: hhttps://raw.githubusercontent.com/Donkie/Spoolman/refs/heads/master/client/icons/spoolman.svg
1615
sources:

charts/spoolman/README.md

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

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.1](https://img.shields.io/badge/AppVersion-0.22.1-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22.1](https://img.shields.io/badge/AppVersion-0.22.1-informational?style=flat-square)
44

55
Keep track of your inventory of 3D-printer filament spools.
66

@@ -38,7 +38,7 @@ Keep track of your inventory of 3D-printer filament spools.
3838
| persistence.enabled | bool | `false` | |
3939
| persistence.path | string | `"/var/lib/spoolman"` | |
4040
| persistence.size | string | `"1Gi"` | |
41-
| persistence.storageClass | string | `nil` | |
41+
| persistence.storageClass | string | `""` | |
4242
| podAnnotations | object | `{}` | |
4343
| podLabels | object | `{}` | |
4444
| podSecurityContext | object | `{}` | |

charts/spoolman/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
"storageClass": {
327327
"default": "",
328328
"title": "storageClass",
329-
"type": "null"
329+
"type": "string"
330330
}
331331
},
332332
"required": [],

charts/spoolman/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ readinessProbe:
139139

140140
persistence:
141141
enabled: false
142-
storageClass:
142+
storageClass: ""
143143
size: 1Gi
144144
accessMode: ReadWriteOnce
145145
path: /var/lib/spoolman

0 commit comments

Comments
 (0)