From e42ed1f281ce9299d4ce8cf40c53ad4514b54192 Mon Sep 17 00:00:00 2001 From: serut Date: Wed, 24 Dec 2025 13:22:00 +0100 Subject: [PATCH 1/3] Migrate to stirlingpdf v2.1.5 --- charts/stirling-pdf/Chart.yaml | 2 +- charts/stirling-pdf/templates/deployment.yaml | 4 ++-- charts/stirling-pdf/values.yaml | 22 ++++++++++++++----- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/charts/stirling-pdf/Chart.yaml b/charts/stirling-pdf/Chart.yaml index 75cee32..ef23525 100644 --- a/charts/stirling-pdf/Chart.yaml +++ b/charts/stirling-pdf/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.3.2 +appVersion: 2.1.5 description: locally hosted web application that allows you to perform various operations on PDF files home: https://github.com/Stirling-Tools/Stirling-PDF keywords: diff --git a/charts/stirling-pdf/templates/deployment.yaml b/charts/stirling-pdf/templates/deployment.yaml index 63f9505..6153410 100644 --- a/charts/stirling-pdf/templates/deployment.yaml +++ b/charts/stirling-pdf/templates/deployment.yaml @@ -87,7 +87,7 @@ spec: {{- if .Values.probes.liveness.enabled }} livenessProbe: httpGet: - path: {{ .Values.rootPath}} + path: {{ .Values.rootPath}}api/v1/info/status port: http {{ toYaml .Values.probes.livenessHttpGetConfig | indent 12 }} {{ toYaml (omit .Values.probes.liveness "enabled") | indent 10 }} @@ -95,7 +95,7 @@ spec: {{- if .Values.probes.readiness.enabled }} readinessProbe: httpGet: - path: {{ .Values.rootPath}} + path: {{ .Values.rootPath}}api/v1/info/status port: http {{ toYaml .Values.probes.readinessHttpGetConfig | indent 12 }} {{ toYaml (omit .Values.probes.readiness "enabled") | indent 10 }} diff --git a/charts/stirling-pdf/values.yaml b/charts/stirling-pdf/values.yaml index 16e359c..5b9ade6 100644 --- a/charts/stirling-pdf/values.yaml +++ b/charts/stirling-pdf/values.yaml @@ -22,16 +22,26 @@ rootPath: / # -- Environment variables to add to the stirling-pdf pods envs: [] -# - name: UI_APP_NAME +# - name: UI_APPNAME # value: "Stirling PDF" -# - name: UI_HOME_DESCRIPTION +# - name: UI_HOMEDESCRIPTION # value: "Your locally hosted one-stop-shop for all your PDF needs." -# - name: UI_APP_NAVBAR_NAME +# - name: UI_APPNAMENAVBAR # value: "Stirling PDF" -# - name: ALLOW_GOOGLE_VISIBILITY -# value: "true" -# - name: APP_LOCALE +# - name: LANGS # value: "en_GB" +# - name: SYSTEM_DEFAULTLOCALE +# value: "en-GB" +# - name: SECURITY_ENABLELOGIN +# value: "false" +# - name: DISABLE_ADDITIONAL_FEATURES +# value: "false" +# - name: FAT_DOCKER +# value: "true" +# - name: SYSTEM_MAXFILESIZE +# value: "500" +# - name: SYSTEM_GOOGLEVISIBILITY +# value: "true" # -- Environment variables from secrets or configmaps to add to the stirling-pdf pods envsFrom: [] From d0c17901a3eb1b7193dcea426c52006eb0cee443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Mieulet?= Date: Fri, 26 Dec 2025 13:50:24 +0100 Subject: [PATCH 2/3] Update AppVersion badge in README Updated AppVersion badge in README.md from 1.3.2 to 2.1.5. --- charts/stirling-pdf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stirling-pdf/README.md b/charts/stirling-pdf/README.md index cdb4700..664d3ef 100644 --- a/charts/stirling-pdf/README.md +++ b/charts/stirling-pdf/README.md @@ -1,6 +1,6 @@ # stirling-pdf-chart -![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) +![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square) locally hosted web application that allows you to perform various operations on PDF files From 4545d9251925f21ae1b3823103a79ed985507da0 Mon Sep 17 00:00:00 2001 From: serut Date: Wed, 7 Jan 2026 08:05:43 +0100 Subject: [PATCH 3/3] Bump chart version to 3.0.0 --- charts/stirling-pdf/Chart.yaml | 2 +- charts/stirling-pdf/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stirling-pdf/Chart.yaml b/charts/stirling-pdf/Chart.yaml index ef23525..7699fba 100644 --- a/charts/stirling-pdf/Chart.yaml +++ b/charts/stirling-pdf/Chart.yaml @@ -12,4 +12,4 @@ maintainers: name: stirling-pdf-chart sources: - https://github.com/Stirling-Tools/Stirling-PDF-chart -version: 2.2.0 +version: 3.0.0 diff --git a/charts/stirling-pdf/README.md b/charts/stirling-pdf/README.md index 664d3ef..d4427da 100644 --- a/charts/stirling-pdf/README.md +++ b/charts/stirling-pdf/README.md @@ -1,6 +1,6 @@ # stirling-pdf-chart -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.1.5](https://img.shields.io/badge/AppVersion-2.1.5-informational?style=flat-square) +![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) locally hosted web application that allows you to perform various operations on PDF files