From a0e2eb9fe7c19f2a51c573463be89456c1ae574d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 29 Apr 2023 22:15:38 +0300 Subject: [PATCH] fix(jlesage-apps): add KILL cap (#8140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes #8125 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._ --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/avidemux/Chart.yaml | 2 +- charts/stable/avidemux/values.yaml | 5 +++++ charts/stable/czkawka/Chart.yaml | 2 +- charts/stable/czkawka/values.yaml | 5 +++++ charts/stable/doublecommander/Chart.yaml | 2 +- charts/stable/doublecommander/values.yaml | 2 ++ 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index d8cc7da68e9..84fc7141891 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - https://github.com/jlesage/docker-avidemux type: application -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/avidemux/values.yaml b/charts/stable/avidemux/values.yaml index f2674b52d70..e4c052467a3 100644 --- a/charts/stable/avidemux/values.yaml +++ b/charts/stable/avidemux/values.yaml @@ -48,6 +48,11 @@ workload: podSpec: containers: main: + securityContext: + capabilities: + add: + - NET_BIND_SERVICE + - KILL envFrom: - configMapRef: name: "avidemux" diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index 028cb0ff6ac..f0fa168e543 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - duplicates diff --git a/charts/stable/czkawka/values.yaml b/charts/stable/czkawka/values.yaml index 30eaa14c989..beaed575bb2 100644 --- a/charts/stable/czkawka/values.yaml +++ b/charts/stable/czkawka/values.yaml @@ -48,6 +48,11 @@ workload: podSpec: containers: main: + securityContext: + capabilities: + add: + - NET_BIND_SERVICE + - KILL probes: liveness: type: http diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 7327ccccfa6..850552f4dd8 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/doublecommander/values.yaml b/charts/stable/doublecommander/values.yaml index 09e5b41c5eb..82e26352b10 100644 --- a/charts/stable/doublecommander/values.yaml +++ b/charts/stable/doublecommander/values.yaml @@ -26,6 +26,8 @@ workload: capabilities: add: - SYS_CHROOT + - KILL + - NET_BIND_SERVICE probes: liveness: type: http