File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : " 0.23.1"
33description : Keep track of your inventory of 3D-printer filament spools.
44name : spoolman
5- version : 0.1.5
5+ version : 0.1.6
66type : application
77keywords :
88 - database
@@ -20,4 +20,4 @@ maintainers:
2020annotations :
2121 artifacthub.io/changes : |-
2222 - kind: changed
23- description: Update to Spoolman v0.23.1
23+ description: Allow override of deployment strategy
Original file line number Diff line number Diff line change 8686 tolerations :
8787 {{- toYaml . | nindent 8 }}
8888 {{- end }}
89+ strategy :
90+ type : {{ .Values.strategy.type }}
Original file line number Diff line number Diff line change 66# -- Number of replicas
77replicaCount : 1
88
9+ strategy :
10+ # -- Specifies the strategy used to replace old Pods by new ones
11+ type : Recreate
12+
913 # -- image repository
1014image :
1115 repository : ghcr.io/donkie/spoolman
You can’t perform that action at this time.
0 commit comments