File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ maintainers:
1212name : stirling-pdf-chart
1313sources :
1414 - https://github.com/Stirling-Tools/Stirling-PDF-chart
15- version : 1.8.1
15+ version : 1.8.2
Original file line number Diff line number Diff line change 11# stirling-pdf-chart
22
3- ![ Version: 1.8.1 ] ( https://img.shields.io/badge/Version-1.8.1 -informational?style=flat-square ) ![ AppVersion: 0.44.1] ( https://img.shields.io/badge/AppVersion-0.44.1-informational?style=flat-square )
3+ ![ Version: 1.8.2 ] ( https://img.shields.io/badge/Version-1.8.2 -informational?style=flat-square ) ![ AppVersion: 0.44.1] ( https://img.shields.io/badge/AppVersion-0.44.1-informational?style=flat-square )
44
55locally hosted web application that allows you to perform various operations on PDF files
66
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ spec:
9090 path : {{ .Values.rootPath}}
9191 port : http
9292{{ toYaml .Values.probes.livenessHttpGetConfig | indent 12 }}
93- {{ toYaml .Values.probes.liveness | indent 10 }}
93+ {{ toYaml (omit .Values.probes.liveness "enabled") | indent 10 }}
9494{{- end }}
9595{{- if .Values.probes.readiness.enabled }}
9696 readinessProbe :
9797 httpGet :
9898 path : {{ .Values.rootPath}}
9999 port : http
100100{{ toYaml .Values.probes.readinessHttpGetConfig | indent 12 }}
101- {{ toYaml .Values.probes.readiness | indent 10 }}
101+ {{ toYaml (omit .Values.probes.readiness "enabled") | indent 10 }}
102102{{- end }}
103103 volumeMounts :
104104{{- if .Values.deployment.extraVolumeMounts }}
You can’t perform that action at this time.
0 commit comments