Commit Graph

670 Commits

Author SHA1 Message Date
TrueCharts Bot 06adda67eb
chore(deps): update helm general non-major (#7998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.10` -> `12.4.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.6` ->
`7.0.8` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.5` ->
`6.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.22` ->
`6.0.24` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13)

Function library for TrueCharts

###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 21:58:47 +02:00
TrueCharts-Admin 005b72823c fixes (+2 squashed commit)
Squashed commit:

[8e6584dc55] Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

[524c9955c5] chore(deps): update helm general non-major
2023-04-15 00:40:17 +02:00
Kjeld Schouten-Lebbing 7e1b0be447
chore(stable): bump common on the 222 (#7959)
**Description**
Bump common on the already migrated 222 Apps in the stable train to fix
a multitude of issues

**⚙️ 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?**
<!--
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._
2023-04-13 00:39:51 +02:00
Kjeld Schouten-Lebbing 9ec6cd69dc
fix(stable): bump common on the 222 (#7927)
**Description**
There where some things not correctly setup in common.
This bumps common on the 222 stable charts ported to new common, to
ensure things list persistence list keep working.

Fixes: #7924

**⚙️ 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?**
<!--
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._
2023-04-11 20:00:48 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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-04-11 12:07:17 +02:00
TrueCharts-Bot 94c00b8c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
Kjeld Schouten-Lebbing 893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
TrueCharts-Bot 9ac50b75ba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-01 00:29:55 +00:00
Xstar97TheNoob ccb8b27265
BREAKING CHANGE feat(prowlarr) add gui option to disable auth and postgres support (#6343)
* fix(prowlarr) set gui option for auth

* bump

* set default auth to Forms

* _sectrets.tpl

* add the secrets.tpl to templates dir

* postgres support

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/prowlarr/templates/_secret.tpl

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* port

* Update charts/stable/prowlarr/questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* fix postgres, use secretKeyRef

* Delete _secret.tpl

* Update charts/stable/prowlarr/templates/common.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>

* update values and chart

---------

Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97 <Xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 09:30:54 +01:00
TrueCharts-Bot 2fca4313bf Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 05:27:33 +00:00
TrueCharts-Admin fb9e08ade1 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.1.2796 2023-02-26 05:23:31 +00:00
TrueCharts-Bot 7e50777489 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-23 10:29:42 +00:00
TrueCharts-Admin 9ebffce970 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.3.0.2757 2023-02-23 10:25:04 +00:00
TrueCharts-Bot 38bc4bb326 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 22:37:20 +00:00
TrueCharts-Admin edc5fabb5d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.2.2.2699 2023-02-20 22:30:25 +00:00
TrueCharts-Bot f106c6af5e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-13 00:27:35 +00:00
TrueCharts-Bot d1ab0c97ae Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-11 00:23:09 +00:00
Kjeld Schouten-Lebbing 2c1eebf59f fix(all): ensure new helm deps repo is used in latest releases as well. 2023-02-10 10:44:04 +01:00
TrueCharts-Bot 3c21085dca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-10 00:28:40 +00:00
TrueCharts-Bot 763f7f8053 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-08 17:26:32 +00:00
TrueCharts-Admin d8e64192c8 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-08 17:22:03 +00:00
TrueCharts-Bot 8f2cf5d9c6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-07 00:31:28 +00:00
TrueCharts-Admin 86e493a870 chore(deps): update container image tccr.io/truecharts/prowlarr to 1.1.3.2521 2023-02-07 00:27:45 +00:00
TrueCharts-Bot 21d2073a2a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-05 18:27:40 +00:00
TrueCharts-Admin 60139ef071 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.3.2521 2023-02-05 18:24:01 +00:00
TrueCharts-Bot 2626e0b988 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 14:56:17 +00:00
TrueCharts-Admin b42aacde78 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.2.2453 2023-02-03 14:47:40 +00:00
TrueCharts-Bot 35f77ed72d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 14:05:41 +00:00
Kjeld Schouten-Lebbing 0dbc251a06 Revert "Commit daily changes"
This reverts commit 848e5175c3.
2023-02-03 14:55:52 +01:00
TrueCharts-Bot 848e5175c3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 13:28:30 +00:00
Kjeld Schouten-Lebbing b92fcb20b1 Revert "Commit daily changes"
This reverts commit 2a8f5c58e4.
2023-02-03 14:13:28 +01:00
TrueCharts-Bot 2a8f5c58e4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 13:09:22 +00:00
Kjeld Schouten-Lebbing 110ae6125b Revert "Commit daily changes"
This reverts commit 208c2919fe.
2023-02-03 14:05:04 +01:00
TrueCharts-Bot 208c2919fe Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-03 12:51:53 +00:00
TrueCharts-Bot adda47bb64 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-01 17:37:55 +00:00
TrueCharts-Bot ed743f6c5c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-01 16:36:45 +00:00
TrueCharts-Bot 0fb22dd1e2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 22:59:20 +00:00
TrueCharts-Bot ed66075977 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 22:41:38 +00:00
TrueCharts-Bot 3f63d20af9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 21:34:45 +00:00
TrueCharts-Bot dfff570b9c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-31 21:15:25 +00:00
TrueCharts-Bot f1d9dd2236 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-30 21:28:50 +00:00
TrueCharts-Admin f17042212b chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.1.2377 2023-01-30 21:24:55 +00:00
TrueCharts-Bot 15cdbf90c0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-19 18:20:58 +01:00
TrueCharts-Admin 1ed4096178 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.1.0.2322 2023-01-19 18:20:58 +01:00
TrueCharts-Bot 9932b57128 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-10 01:24:04 +00:00
TrueCharts-Admin 7c00be397c chore(deps): update container image tccr.io/truecharts/prowlarr to 1.0.1.2220 2023-01-10 01:19:24 +00:00
TrueCharts-Bot 508ebe06d4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-07 17:06:56 +00:00
TrueCharts-Admin 1397f31a33 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.0.1.2220 2023-01-07 17:00:23 +00:00
TrueCharts-Bot 6c48101240 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-01 18:17:57 +00:00
TrueCharts-Admin 92161cc7fb chore(deps): update container image tccr.io/truecharts/prowlarr to v1.0.1.2210 2023-01-01 18:13:57 +00:00
TrueCharts-Bot f87567f902 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-30 15:25:27 +00:00
TrueCharts-Admin 1a4259c913 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.0.0.2171 2022-12-30 15:21:34 +00:00
TrueCharts Bot a9910a47b2
chore(deps): update helm general non-major (#5856)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-27 22:48:28 +02:00
TrueCharts-Bot d478e848ce Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-26 21:56:38 +00:00
TrueCharts-Bot 927ca5989d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-26 21:19:12 +00:00
TrueCharts Bot 3a29755f39
chore(deps): update helm general non-major (#5839)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 14:37:12 +01:00
TrueCharts-Admin 7b7271a5b0 chore(deps): update helm general non-major 2022-12-25 21:23:15 +01:00
TrueCharts-Bot 97a42d71a1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-23 00:32:26 +00:00
TrueCharts-Admin 8923e9751f chore(deps): update container image tccr.io/truecharts/prowlarr to 0.4.11.2143 2022-12-23 00:27:27 +00:00
TrueCharts-Bot 8373627dee Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-20 18:34:09 +00:00
TrueCharts-Admin 378a7fe927 chore(deps): update container image tccr.io/truecharts/prowlarr to v0.4.11.2143 2022-12-20 18:30:01 +00:00
TrueCharts-Bot 39c50fefd0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-20 02:15:46 +01:00
TrueCharts-Admin 6485adc96a chore(deps): update helm general non-major 2022-12-20 02:15:46 +01:00
TrueCharts-Bot 2d53069587 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-14 12:44:36 +00:00
TrueCharts-Admin 7a4b955efb chore(deps): update container image tccr.io/truecharts/prowlarr to v0.4.10.2111 2022-12-14 12:39:59 +00:00
TrueCharts-Admin a440c1c652 chore(deps): update helm general non-major 2022-12-13 03:58:48 +01:00
TrueCharts-Bot 71a21543d7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-12 14:27:41 +00:00
TrueCharts-Admin 347c07b1e7 chore(deps): update container image tccr.io/truecharts/prowlarr to 0.4.9.2083 2022-12-12 14:17:22 +00:00
TrueCharts-Admin 876d547e2a Update helm general non-major 2022-11-30 04:19:27 +01:00
TrueCharts-Bot f254edc571 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-26 00:23:04 +00:00
TrueCharts-Admin 5e4fb04bee Update container image tccr.io/truecharts/prowlarr to 0.4.9.2083 2022-11-26 00:19:01 +00:00
TrueCharts-Bot 2fbd9f00c7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-25 18:17:40 +00:00
TrueCharts-Admin 4ef3137e93 chore(deps): update container image tccr.io/truecharts/prowlarr to 0.4.9.2083 2022-11-25 18:12:45 +00:00
TrueCharts Bot ce91f2dca8
chore(deps): update helm general non-major (#4463)
* chore(deps): update helm general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-15 19:06:18 +01:00
TrueCharts Bot 1cede202ad
chore(deps): update helm general major (major) (#4424)
* chore(deps): update helm general major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-15 00:58:48 +01:00
TrueCharts-Bot f37284b0ec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-14 21:48:27 +00:00
TrueCharts-Admin 8795274305 chore(deps): update docker general non-major 2022-11-14 21:44:20 +00:00
TrueCharts Bot 9a4c313304
chore(deps): update docker general non-major (#4414)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-14 09:08:05 +02:00
TrueCharts Bot ae1e653127
chore(deps): update helm general non-major (#4395) 2022-11-12 19:28:54 +01:00
Kjeld Schouten-Lebbing 5af8f0db8c
chore(apps): Bump all for ingressList and speedtest 2022-11-11 20:17:41 +01:00
Kjeld Schouten-Lebbing 668157c363
feat(apps): readd ingressList to all Apps that already have Ingress itself 2022-11-11 19:09:57 +01:00
Stavros Kois 9559a83515
questions.yaml cleanup (#4377)
* remove non-existent include

* remove empty lines
2022-11-11 17:23:09 +01:00
Stavros Kois 3b9ba2a1df
bump everything (#4376) 2022-11-11 15:04:17 +02:00
Kjeld Schouten-Lebbing cbf9d388ec
chore(apps): bump to regenerate catalog 2022-11-11 10:00:57 +01:00
Kjeld Schouten-Lebbing f4fb8943e1
fix(apps): remove removed includes 2022-11-11 09:54:44 +01:00
Kjeld Schouten-Lebbing 800312b295
fix(apps): remove references to targetPort 2022-11-11 09:49:15 +01:00
truecharts-bot ba9389e4da chore: Auto-update chart README [skip ci] 2022-11-10 17:11:00 +00:00
Kjeld Schouten-Lebbing 2ef737f7d3
chore(apps): Major Change to GUI 2022-11-10 17:21:56 +01:00
truecharts-bot 861d7c31c0 chore: Auto-update chart README [skip ci] 2022-11-10 09:19:56 +00:00
TrueCharts Bot 3f9b200e9b
chore(deps): update docker general non-major (#4366)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-10 10:07:12 +01:00
truecharts-bot 5c2e62558a chore: Auto-update chart README [skip ci] 2022-11-09 04:14:21 +00:00
TrueCharts Bot 0120c215e2
chore(deps): update helm general non-major (#4349) 2022-11-08 23:52:28 +01:00
truecharts-bot 9ba8308ab3 chore: Auto-update chart README [skip ci] 2022-11-08 18:51:08 +00:00
truecharts-bot 31805828c6 chore: Auto-update chart README [skip ci] 2022-11-08 11:23:12 +00:00
truecharts-bot 6053fd9280 chore: Auto-update chart README [skip ci] 2022-11-08 03:28:54 +00:00
TrueCharts Bot ec3d56395c
chore(deps): update helm general non-major (#4342)
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-08 03:12:03 +02:00
truecharts-bot b33b5031b5 chore: Auto-update chart README [skip ci] 2022-11-07 17:09:17 +00:00
truecharts-bot 5e2ad903bc chore: Auto-update chart README [skip ci] 2022-11-07 03:21:30 +00:00
TrueCharts Bot 1964ba3781
chore(deps): update helm general non-major (#4329) 2022-11-07 00:27:38 +02:00