fix(whisparr): **BREAKING CHANGES** change upstream to hotio (#14817)

**Description**
Changes upstream to use hotio and changes user:group to 0:0. This also
moves whisparr to v2.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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
- [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._
This commit is contained in:
kqmaverick
2023-11-18 02:08:26 -08:00
committed by GitHub
parent b3e01561df
commit 33ba65a6fe
3 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.0.53"
appVersion: "nightly-2.0.0.289"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/whisparr
- https://github.com/onedr0p/containers/tree/main/apps/whisparr
type: application
version: 5.0.9
version: 6.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Downloaders
+2 -2
View File
@@ -66,13 +66,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
+7 -2
View File
@@ -1,7 +1,12 @@
image:
repository: ghcr.io/onedr0p/whisparr-nightly
repository: ghcr.io/hotio/whisparr
pullPolicy: IfNotPresent
tag: 0.1.0.53@sha256:5a6ce55522afa84195cd723447f987f63a19009a37e2779b861a65aec940572b
tag: nightly-2.0.0.289@sha256:e3f787b4de77c03e4244447bb308f17cbb3bc3013fb8a34202b04a0d9d1a5093
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports: