From 457f736a4e605e6515963ebaad99eaef3d952545 Mon Sep 17 00:00:00 2001 From: TheDodger Date: Mon, 28 Jul 2025 17:58:17 +0200 Subject: [PATCH] fix(paperless-ngx): Fix optional components (#37864) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Adds missing "primary: true" for Tika and Gotenberg workloads Adds missing targetSelectors for service endpoints ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/paperless-ngx/Chart.yaml | 2 +- charts/stable/paperless-ngx/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 9a32f92ce59..686315b3d1e 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -44,5 +44,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - https://paperless-ngx.readthedocs.io/en/latest/ type: application -version: 11.3.0 +version: 11.3.1 diff --git a/charts/stable/paperless-ngx/values.yaml b/charts/stable/paperless-ngx/values.yaml index 3635e8b9ce9..0de4879862f 100644 --- a/charts/stable/paperless-ngx/values.yaml +++ b/charts/stable/paperless-ngx/values.yaml @@ -18,6 +18,7 @@ service: port: 10140 gotenberg: enabled: "{{ .Values.tika.enabled }}" + targetSelector: gotenberg ports: gotenberg: enabled: true @@ -25,6 +26,7 @@ service: port: 3000 tika: enabled: "{{ .Values.tika.enabled }}" + targetSelector: tika ports: tika: enabled: true @@ -122,6 +124,7 @@ workload: containers: gotenberg: enabled: true + primary: true imageSelector: gotenbergImage command: - "gotenberg" @@ -147,6 +150,7 @@ workload: containers: tika: enabled: true + primary: true imageSelector: tikaImage probes: liveness: