Skip to content

Commit 17a4ded

Browse files
authored
Merge pull request #34 from serut/main
Migrate to stirlingpdf v2.1.5
2 parents bd30e1c + 4545d92 commit 17a4ded

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

charts/stirling-pdf/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.3.2
2+
appVersion: 2.1.5
33
description: locally hosted web application that allows you to perform various operations on PDF files
44
home: https://github.com/Stirling-Tools/Stirling-PDF
55
keywords:
@@ -12,4 +12,4 @@ maintainers:
1212
name: stirling-pdf-chart
1313
sources:
1414
- https://github.com/Stirling-Tools/Stirling-PDF-chart
15-
version: 2.2.0
15+
version: 3.0.0

charts/stirling-pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stirling-pdf-chart
22

3-
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square)
3+
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square)
44

55
locally hosted web application that allows you to perform various operations on PDF files
66

charts/stirling-pdf/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ spec:
8787
{{- if .Values.probes.liveness.enabled }}
8888
livenessProbe:
8989
httpGet:
90-
path: {{ .Values.rootPath}}
90+
path: {{ .Values.rootPath}}api/v1/info/status
9191
port: http
9292
{{ toYaml .Values.probes.livenessHttpGetConfig | indent 12 }}
9393
{{ toYaml (omit .Values.probes.liveness "enabled") | indent 10 }}
9494
{{- end }}
9595
{{- if .Values.probes.readiness.enabled }}
9696
readinessProbe:
9797
httpGet:
98-
path: {{ .Values.rootPath}}
98+
path: {{ .Values.rootPath}}api/v1/info/status
9999
port: http
100100
{{ toYaml .Values.probes.readinessHttpGetConfig | indent 12 }}
101101
{{ toYaml (omit .Values.probes.readiness "enabled") | indent 10 }}

charts/stirling-pdf/values.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,26 @@ rootPath: /
2222

2323
# -- Environment variables to add to the stirling-pdf pods
2424
envs: []
25-
# - name: UI_APP_NAME
25+
# - name: UI_APPNAME
2626
# value: "Stirling PDF"
27-
# - name: UI_HOME_DESCRIPTION
27+
# - name: UI_HOMEDESCRIPTION
2828
# value: "Your locally hosted one-stop-shop for all your PDF needs."
29-
# - name: UI_APP_NAVBAR_NAME
29+
# - name: UI_APPNAMENAVBAR
3030
# value: "Stirling PDF"
31-
# - name: ALLOW_GOOGLE_VISIBILITY
32-
# value: "true"
33-
# - name: APP_LOCALE
31+
# - name: LANGS
3432
# value: "en_GB"
33+
# - name: SYSTEM_DEFAULTLOCALE
34+
# value: "en-GB"
35+
# - name: SECURITY_ENABLELOGIN
36+
# value: "false"
37+
# - name: DISABLE_ADDITIONAL_FEATURES
38+
# value: "false"
39+
# - name: FAT_DOCKER
40+
# value: "true"
41+
# - name: SYSTEM_MAXFILESIZE
42+
# value: "500"
43+
# - name: SYSTEM_GOOGLEVISIBILITY
44+
# value: "true"
3545

3646
# -- Environment variables from secrets or configmaps to add to the stirling-pdf pods
3747
envsFrom: []

0 commit comments

Comments
 (0)