File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ apiVersion: v2
22appVersion : " 0.22.1"
33description : Keep track of your inventory of 3D-printer filament spools.
44name : spoolman
5- version : 0.1.0
5+ version : 0.1.1
66type : application
77keywords :
88 - database
99 - service
1010 - inventory
1111 - 3dprinting
1212 - filament
13-
1413home : https://github.com/djjudas21/charts/tree/master/charts/spoolman
1514icon : hhttps://raw.githubusercontent.com/Donkie/Spoolman/refs/heads/master/client/icons/spoolman.svg
1615sources :
Original file line number Diff line number Diff line change 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
55Keep 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 | ` {} ` | |
Original file line number Diff line number Diff line change 326326 "storageClass" : {
327327 "default" : " " ,
328328 "title" : " storageClass" ,
329- "type" : " null "
329+ "type" : " string "
330330 }
331331 },
332332 "required" : [],
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ readinessProbe:
139139
140140persistence :
141141 enabled : false
142- storageClass :
142+ storageClass : " "
143143 size : 1Gi
144144 accessMode : ReadWriteOnce
145145 path : /var/lib/spoolman
You can’t perform that action at this time.
0 commit comments