fix(recyclarr) update init command **BREAKING CHANGES** (#10346)

**Description**
Update init command and manually updated the chart to v5.1.1

⚒️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97TheNoob 2023-07-14 04:56:40 -04:00 committed by GitHub
parent 4b3050f379
commit a48cfbc7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 16 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.4.1"
appVersion: "5.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 4.0.25
version: 5.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -4,4 +4,6 @@
To edit recyclarr's files in the /config dir, I highly recommend using the codeserver Addon-on. It offers a web based file editor. Its meant to be temporarily so you can add/remove it any time.
Checkout upstream docs for the latest info on its configuration [here](https://recyclarr.dev/wiki/cli/main/).
:::

View File

@ -1,25 +1,16 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: 4.4.1@sha256:e22df9de0cf6f7a3b960efcd52758931acbb0bd880f44326b14bfd44386e3eb7
tag: v5.1.1@sha256:2ba5e5356bc7d5ae7b07893556a950b8129d9adbb1e3c2dda2d413fe5629c1c9
service:
main:
enabled: false
ports:
main:
enabled: false
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true
portal:
open:
enabled: false
securityContext:
container:
runAsGroup: 568
runAsUser: 568
workload:
main:
podSpec:
@ -30,7 +21,8 @@ workload:
imageSelector: "image"
command:
- recyclarr
- create-config
- config
- create
containers:
main:
probes:
@ -42,3 +34,13 @@ workload:
enabled: false
env:
CRON_SCHEDULE: "@daily"
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true
portal:
open:
enabled: false