From e03d7afa1ce47c0b8dc303f863449cf7aa130a00 Mon Sep 17 00:00:00 2001 From: Jan Sauer Date: Sun, 10 Sep 2023 10:13:46 +0200 Subject: [PATCH] feat(metube): Update container to v2023-08 (#12413) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the application container image to the latest version v2023-08. **โš™๏ธ 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 **๐Ÿงช How Has This Been Tested?** It is NOT tested. I tried adding my repo fork in my TrueNAS installation but this fails a long list of lines like `templates.questions.versions.security.name: 'security' is not a valid version name. [EINVAL]`. I also check the development docs and FAQ but did not find any hints on how I can test this. **๐Ÿ“ƒ Notes:** I'm unsure why this is not done automatically / by a bot but the image was not updated in 6 months. I could not find any commits or issues that would indicate that the old version is used on purpose. This PR updates the image to the latest on build in [metube truecharts-containers](https://github.com/truecharts/containers/blob/master/mirror/metube/Dockerfile) and is uploaded to [metube repository](https://quay.io/repository/truecharts/metube?tab=tags). This PR does **NOT** fix the reason for why automated version update PRs are not working. My assumption is that the bot does not understand the image tags versioning schema and does not know that `v2023-08` is a newer as `v2023-02`. **โœ”๏ธ 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 - [x] โš ๏ธ 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` --- charts/stable/metube/Chart.yaml | 2 +- charts/stable/metube/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 898d0878a84..87116b2a162 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metube - https://github.com/alexta69/metube type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/metube/values.yaml b/charts/stable/metube/values.yaml index 272272f2aeb..8ca4f30ecc2 100644 --- a/charts/stable/metube/values.yaml +++ b/charts/stable/metube/values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/metube - tag: v2023-02@sha256:59ad797fa2b8b3129e6f4213d8a24cfc09e4cf22b21adadbcbdabc413116ecec + tag: v2023-08@sha256:3b6bedac0e9da810b73de6c1c727a0b1f704f932f5e8067a1498bda1c583e791 pullPolicy: IfNotPresent service: main: