From 7f3fd03c587b1f9737c594dd9950a6daec12edc5 Mon Sep 17 00:00:00 2001 From: gismo2004 Date: Mon, 3 Jul 2023 22:33:12 +0200 Subject: [PATCH] chore(oscam) update container image (#10120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** manually update container image as oscam seems to get not much love on auto updates discussed here: https://github.com/truecharts/charts/pull/9182 image PR: https://github.com/truecharts/containers/pull/24543 ⚒️ Fixes # **⚙️ Type of change** - [x] ⚙️ 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:** - [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 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 - [x] ⬆️ 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._ --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/oscam/Chart.yaml | 2 +- charts/stable/oscam/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index c1d70956c94..878bc417144 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - https://trac.streamboard.tv/oscam/browser/trunk type: application -version: 9.0.23 +version: 9.0.24 annotations: truecharts.org/catagories: | - DIY diff --git a/charts/stable/oscam/values.yaml b/charts/stable/oscam/values.yaml index 34d476fd5f5..ae27bfe6f84 100644 --- a/charts/stable/oscam/values.yaml +++ b/charts/stable/oscam/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/oscam pullPolicy: IfNotPresent - tag: version-11693@sha256:dcaa24c5076e020243aa0bcf2b5e2edbd1fcf6f9066c50e3f5c2f32937c68cb9 + tag: v11719@sha256:1b68670f987db7b9b7ac8e8295be308737977af6e79d3f5af77450cfffccedaf service: main: ports: @@ -19,6 +19,7 @@ portal: enabled: true securityContext: container: + readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 20