File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/lo
66sources :
77 - https://github.com/blobscan/blobscan/
88type : application
9- version : 0.7.1
9+ version : 0.7.2
1010maintainers :
1111 - name : PabloCastellano
1212 email : pablo@anche.no
Original file line number Diff line number Diff line change 11
22# blobscan-api
33
4- ![ Version: 0.7.1 ] ( https://img.shields.io/badge/Version-0.7.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
4+ ![ 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 )
55
66Blobscan API
77
Original file line number Diff line number Diff line change 5757 securityContext :
5858 {{- toYaml .Values.containerSecurityContext | nindent 12 }}
5959 volumeMounts :
60+ - name : blobs-tmp
61+ mountPath : /tmp/blobscan-blobs
6062 {{- if .Values.extraVolumeMounts }}
6163 {{ toYaml .Values.extraVolumeMounts | nindent 12 }}
6264 {{- end }}
@@ -175,9 +177,10 @@ spec:
175177 tolerations :
176178 {{- toYaml .Values.tolerations | nindent 8 }}
177179 terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
178- {{- with .Values.volumes }}
179- {{ toYaml . | nindent 8 }}
180- {{- end }}
180+ volumes :
181+ - name : blobs-tmp
182+ persistentVolumeClaim :
183+ claimName : " blobscan-blobs-tmp"
181184 {{- if .Values.extraVolumes }}
182185 {{ toYaml .Values.extraVolumes | nindent 8}}
183186 {{- end }}
You can’t perform that action at this time.
0 commit comments