Commit Graph

16 Commits

Author SHA1 Message Date
TrueCharts Bot a3b6b7fc3b
chore(deps): update container image feramance/qbitrr to v3.8.8@76167d8 (#15433) 2023-11-30 13:19:14 +01:00
TrueCharts Bot e0603659d3
chore(deps): update container image feramance/qbitrr to v3.8.6@5d61002 (#15166)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| feramance/qbitrr | patch | `v3.8.4` -> `v3.8.6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42MS40IiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-25 20:25:06 +01:00
TrueCharts Bot 43fbb888b6
feat(images): update container image feramance/qbitrr to v3.8.4 (#14801)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| feramance/qbitrr | minor | `v3.7.16` -> `v3.8.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-17 20:42:54 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
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:**

- [ ] ⚖️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot a33ad83d8d
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.8.1 (#14735) 2023-11-17 00:39:06 +01:00
TrueCharts Bot a97550a25d
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.16 (#14573) 2023-11-11 13:40:29 +01:00
TrueCharts Bot ce3be2d3ac
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.15 (#14392) 2023-11-06 19:39:39 +01:00
TrueCharts Bot 83e4b66260
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.14 (#14209) 2023-11-01 13:42:01 +01:00
kqmaverick 7f55dd4516
fix(qbitrr): force config path (#14103)
**Description**
Forces config path to /config

⚒️ Fixes  #

**⚙️ 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?**

**📃 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-31 20:58:08 +00:00
TrueCharts Bot e125f2dd3a
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.13 (#14132) 2023-10-30 19:43:40 +01:00
TrueCharts Bot b751337320
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.12 (#13910) 2023-10-23 15:38:28 +02:00
TrueCharts Bot 4912b49850
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.9 (#13494) 2023-10-11 08:40:09 +02:00
TrueCharts Bot 0e0a3e44e6
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.7 (#13019) 2023-09-27 23:37:26 +02:00
TrueCharts Bot dfd6238caa
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.6 (#12999) 2023-09-27 12:37:48 +02:00
TrueCharts Bot 3083b2ba51
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.5 (#12856) 2023-09-23 01:35:33 +02:00
kqmaverick 0ba8e8b590
migrate(qbitrr): move to stable (#12705)
**Description**
Move qbitrr to stable

⚒️ 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:**

- [ ] ⚖️ 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._
2023-09-23 01:43:02 +03:00
Renamed from charts/incubator/qbitrr/values.yaml (Browse further)